-
Notifications
You must be signed in to change notification settings - Fork 17
Allow creating a user without specifying the id #229
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
Conversation
You should do the same for |
@xbill82 did you check other SDKs as well ? |
@dbengsch yep, the Android needs the same fix |
Ok @samniisan things should be fixed now! |
Codecov Report
@@ Coverage Diff @@
## 5.x #229 +/- ##
==========================================
+ Coverage 98.41% 98.45% +0.04%
==========================================
Files 17 17
Lines 2144 2140 -4
Branches 610 608 -2
==========================================
- Hits 2110 2107 -3
+ Misses 34 33 -1
Continue to review full report at Codecov.
|
Waiting for this PR to be created on the Android SDK project to merge this one. |
Description
Aligning the API to the core. The ID is no longer mandatory to create a user, since Kuzzle auto-generates one.