Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 633 Bytes

File metadata and controls

14 lines (9 loc) · 633 Bytes

Mini Project 1.5: Design your API Endpoints

Credit to OpenClassrooms

Become

Mini Project Instructions

  1. Open the project page on OpenClassrooms

  2. 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
  3. Create a new branch and then new Pull Request and assign it to your coach for review.