-
Open the project page on OpenClassrooms
-
Create a .txt file containing an outline of your API
- You can do this in the format [HTTP verb] [path] - [description]
- ex. GET /users - return a list of all users
-
Create a new branch and then new Pull Request and assign it to your coach for review.