Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove SDK api call for push notifications #21

Merged
merged 2 commits into from
May 25, 2021

Conversation

yingtao-butterflymx
Copy link
Contributor

add APIClient
add fake api calls related to push notifications. The real implementation will be added once we set up the server in docker.

add APIClient
add fake api calls related to push notifications. The real implementation will be added once we set up the server in docker.

import Foundation

enum Result<Success, Error: Swift.Error> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need this Result enum? It seems to be the same as a default one

@yingtao-butterflymx yingtao-butterflymx merged commit 1b74d55 into master May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants