-
Notifications
You must be signed in to change notification settings - Fork 20
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
Latest changes #21
Latest changes #21
Conversation
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.
@lohanidamodar the Readme needs some edits
Also, I can't seem to find the updated models here. Was this generated from the sdk-generator master branch? Because none of the docs examples would have HttpResponseMessage
return type for our SDK's functions in that case.
README.md
Outdated
@@ -54,9 +54,8 @@ static async Task Main(string[] args) | |||
var users = Users(client); |
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.
var users = Users(client); | |
var users = new Users(client); |
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.
We need to fix this in Line 45 for Client()
as well
README.md
Outdated
@@ -70,16 +69,15 @@ The Appwrite .NET SDK raises `AppwriteException` object with `message`, `code` a | |||
var users = Users(client); |
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.
var users = Users(client); | |
var users = new Users(client); |
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.
@lohanidamodar the PR looks good to me 👍
What does this PR do?
(Provide a description of what this PR does.)
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
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)