Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mason3k authored Dec 19, 2024
1 parent 5b37d49 commit ee7a521
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,25 @@ Example calls:

*Get sauce by id*: `hotsauce-sujones.pythonanywhere.com/sauces/1`

Example response:
```json
{
"name": "Frank's RedHot",
"brand": "Frank's",
"scoville_scale": 450,
"ingredients": [
"Aged Cayenne Red Peppers",
"Distilled Vinegar"
],
"flavor_notes": [
"Tangy",
"Spicy"
],
"bottle_size": 12.0,
"price": "3.99"
}
```

## Developing

```shell
Expand Down

0 comments on commit ee7a521

Please sign in to comment.