reading-notes

Class 8

Back to home page

API design best practices

Q. What does REST stand for?

Q. REST APIs are designed around a __.

Q. What is an identifier of a resource? Give an example.

Q. What are the most common HTTP verbs?

Q. What should the URIs be based on?

Q. Give an example of a good URI.

Q. What does it mean to have a ‘chatty’ web API? Is this a good or a bad thing?

Q. What status code does a successful GET request return?

Q. What status code does an unsuccessful GET request return?

Q. What status code does a successful POST request return?

Q. What status code does a successful DELETE request return?

Bookmark

-RegExr - Pay particular attention to the cheatsheet

-Regex Tutorial

-Regex 101

Things I want to know more about

Are there any other identifiers for an API resource?