上QQ阅读APP看书,第一时间看更新
Questions
- What does the GET /users?offset=100&limit=20 operation do?
- What should the URL look like if the client wants to sort by first name and last name and use a GET method to get the user's endpoint?
- What are the three main items that describe a good resource naming convention?
- If I want to create an endpoint to retrieve just one user, should the URI be in singular form?
- What is the recommended strategy for API versioning?
- What are the five HTTP status code classes?
- If I call a DELETE method, which HTTP status code should be sent from the server side if DELETE succeeds?
- Which HTTP status code should be sent when there are too many requests?