-
Notifications
You must be signed in to change notification settings - Fork 147
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: Mock numbers #798
Feat: Mock numbers #798
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@christyjacob4, what's the PR in Appwrite that adds this feature? |
src/lib/stores/sdk.ts
Outdated
@@ -68,6 +69,7 @@ export const sdk = { | |||
health: new Health(clientConsole), | |||
locale: new Locale(clientConsole), | |||
projects: new Projects(clientConsole), | |||
auth: new Auth(clientConsole), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TorstenDittmann is there a way to combine this into the projects class ? Because that is where this method is supposed to be
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
once the spec is generated and a sdk is released it will be automatically part of that 👍🏻
What does this PR do?
Add support for mock phone numbers
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
Have you read the Contributing Guidelines on issues?
(Write your answer here.)