Skip to content

Instantly share code, notes, and snippets.

@hhff
Created March 9, 2020 21:44
Show Gist options
  • Save hhff/b9bb8e8bfc5052675abbe7f4d5ddd2a3 to your computer and use it in GitHub Desktop.
Save hhff/b9bb8e8bfc5052675abbe7f4d5ddd2a3 to your computer and use it in GitHub Desktop.
SWAPI to JSONAPI Spec
The implementation should:
- Implement an endpoint that mirrors swapi.co
- Make a request to the appropriate resource in swapi.co
- Reshape the swapi.co data structure to that described at jsonapi.org (ignoring the "links" keyword)
We look for:
- A functional approach to the code style
- The makings of an approach (or at least a solid plan) around testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment