Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.56 KB

README.md

File metadata and controls

29 lines (25 loc) · 2.56 KB

This workshop will show you how to create an RPG SDK (a set of procedures to work with/consume a web API) from scratch.

We use these tools:

Videos

  1. Introductions
  2. Setting up the environment
  3. API Planning
  4. Fetching the data
  5. Our first test program
  6. Cleanup
  7. Prettier APIs
  8. Error Handling
  9. Get by ID
  10. Intro to next section where we look at how to authentictate with JWT
  11. Implementing JWT authentication
  12. Fixes and Test program
  13. Getting a list
  14. Adding to the list