Created
March 9, 2020 21:44
-
-
Save hhff/b9bb8e8bfc5052675abbe7f4d5ddd2a3 to your computer and use it in GitHub Desktop.
SWAPI to JSONAPI Spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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