Skip to content

Commit

Permalink
fix(readme): Update api change
Browse files Browse the repository at this point in the history
  • Loading branch information
gaebel committed Aug 5, 2020
1 parent 456d5f2 commit 30ebfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ val authHandler = AuthHandler(configuration)

General usage of the request methods.

All methods will return an optional error and response value (JSON string). In case of a failure you can access the errors message and the response value will be null.
All methods will return an optional error. Some requests get a response from the server (JSON) - The string will be parsed to an object and returned via the callback.

```kotlin
signUp(username = "user", password = "password") { error, value ->
Expand Down

0 comments on commit 30ebfdb

Please sign in to comment.