Skip to content

jt-old/project_crossfit-wod-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crossfit Workout Of The Day API

Read the full article

Tutorial on REST API best practices

The tutorial covers:

  • API Architecture and basic setup
  • Versioning
  • Naming resources
  • Accepting and responding with data in JSON format
  • Responding with standard HTTP error codes
  • Grouping resources
  • Integrating filtering, sorting, & pagination
  • Using data caching for performance improvement
  • Security best practices
  • API Documentation using Swagger and OpenAPI