"REST" APIs

  • One way to structure HTTP APIs is REST
  • REST thinks about the world in terms of resources and nouns
  • Tries to enforce proper headers and standard response codes
  • REST suggests using URLs in your responses to "link" your data model
  • Not always used perfectly but often a good model

8 / 31