Skip to content

Instantly share code, notes, and snippets.

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/d256534756803a206f8d to your computer and use it in GitHub Desktop.
Save jakefolio/d256534756803a206f8d to your computer and use it in GitHub Desktop.
Having a solid API is becoming more necessary with the rise of JavaScript
frameworks and mobile apps. Structuring your API response to handle growth
and edge cases can be a daunting task. With JSON API, you have defined spec
for handling related resources, pagination, sorting, filtering, and tools/libraries.
In this session we will cover API responses, hypermedia linking, handling
errors, and serializing your data.
@greydnls
Copy link

I think it should be "you have a defined spec for handling "

Other than that, I like it. It does seem very close to your other abstract, though.

@jakefolio
Copy link
Author

@kayladnls the topics are similar, but the focus with this one is specific to JSON API spec, http://jsonapi.org.

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