Skip to content

Instantly share code, notes, and snippets.

@jakefolio
Last active August 29, 2015 14:25
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