If you want to change selection, open document below and click on "Move attachment"
RESTful API Design. Best Practices in a Nutshell. Use GET for reading resources. Create: Use POST or PUT for creating new resources. Update: Use PUT and PATCH for updating existing resources. Delete: Use DELETE for deleting existing resources. <span>Understand the Semantics of the HTTP Methods Definition of Idempotence : A HTTP methods is idempotent when we can safely execute the request over and over again and all requests lead to the same state. GET Idempotent Read-only. GE
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.