Quiz on Designing REST APIs

Test your knowledge about REST API design.

We'll cover the following...
Technical Quiz
1.

(Select all that apply.) For which operations will the REST API endpoints be the same? Multi-select

A.

Retrieve the list of all products with details.

B.

Retrieve details of a specific product.

C.

Create a new product.

D.

Inform clients about the operations supported by the products API.


1 / 4

Match the verbs on ...