Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerstock authored Jun 24, 2019
1 parent 6be2970 commit 89d68a0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ username : yourUsername (admin)
password : yourPassword (password)
```

Returns:
```
{
"access_token": "ff9803b8-6a3d-4e64-9321-4f34cd84f924",
"token_type": "bearer",
"refresh_token": "9fe8bf45-1f3e-405c-9a35-a1d401f7968a",
"expires_in": 3599,
"scope": "read write trust"
}
```


### Books
## https://sgs-lambda-bookr.herokuapp.com/book/books
Expand Down

0 comments on commit 89d68a0

Please sign in to comment.