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

Implement remaining CRUD operation for user API. #278

Merged

Conversation

DiscoPYF
Copy link
Collaborator

fix #277

  • Added the following methods in UserApiClient: PutUserAsync, PatchUserAsync and GetUserAsync.
  • Added related data models for body and response + UserResponseBase which contains the base properties common to GET, POST, PUT, PATCH responses.
  • Also added related unit tests.

@DiscoPYF DiscoPYF requested a review from a team August 13, 2020 21:05
@DiscoPYF DiscoPYF merged commit 633f9aa into ArangoDB-Community:master Sep 16, 2020
@DiscoPYF DiscoPYF deleted the feature/getPutPatchUserApi branch September 16, 2020 09:34
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.

Implement remaining CRUD methods for UserApiClient
2 participants