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 25, 2019
1 parent c6d2897 commit 837b0ec
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,33 @@ Returns:

## https://sgs-lambda-bookr.herokuapp.com/swagger-ui.html#/books-controller

books/add Example:
```
{
"author": "string",
"booktitle": "string",
"imageurl": "string",
"license": "string",
"publisher": "string",
"url": "string"
}
```


### Reviews

## https://sgs-lambda-bookr.herokuapp.com/swagger-ui.html#/reviews-controller

reviews/add Example:
```
{
"book": {
"bookid": 10,
},
"rating": 4,
"review": "string",
"user": "string"
}
```


0 comments on commit 837b0ec

Please sign in to comment.