Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
Now we're ready to design our REST API!
Follow Along
To follow along committing your changes to this course, you'll need to fork the aspnet-fitness-frog-spa repo. Then you can clone, commit, and push your changes to your fork like this:
git clone <your-fork>
cd aspnet-fitness-frog-spa
git checkout tags/v1.5 -b designing-our-rest-api
API Design Resources
If you'd like to learn more about designing APIs, check out the following resources:
- RESTful API Designing GuidelinesβββThe Best Practices
- JSON API
- Google API Design Guidelines
- Microsoft's API Guidelines
HTTP Request Methods and Response Status Codes
For more information about HTTP request methods and response status codes, check out the following pages on MDN Web Doc:
API Versioning
If you'd like to learn more about how to version an API built with the ASP.NET Web API framework, check out the following resources:
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up