scrimba
Frontend Career Path
Working with APIs
URLs & REST
REST API Design
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

AboutCommentsNotes
REST API Design
Expand for more info
quiz.md
run
preview
console
1. What does it mean for the server to be "Stateless"?


* In the Mike's Bikes example, what URL endpoint (and request method)
would you expect to use in order to accomplish the following:

2. Retrieve a list of all the bikes that are sold?


3. Retrieve detailed information about the bike with an ID of 42?


4. Update the price of the bike with an ID of 21?


5. Add a new bike to the list of bikes being sold?


6. Remove the bike with an ID of 56 from the list of bikes?
Console
index.html
-9:59