Skip to content

Instantly share code, notes, and snippets.

@jakefolio
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakefolio/faa8415950acccb454a7 to your computer and use it in GitHub Desktop.
Save jakefolio/faa8415950acccb454a7 to your computer and use it in GitHub Desktop.
APIs are becoming the preferred data source for applications everywhere. Whether your API
is being consumed by JavaScript frontend, mobile app, or a microservice; you need
a solid foundation. With a plethora of information to sort through you can become
overwhelmed with questions: "Is this RESTful enough?" and "What the hell is HATEOAS, and
why should I care?" This talk will bring focus to the core building blocks of an API,
including: URI structure, response codes, pagination, documentation, authentication, and much more.
@greydnls
Copy link

I like this. It's succinct and very clear. Maybe break it into two paragraphs starting at "with a plethora"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment