Handling Endpoints
Welcome to Phase 2! From here on out, we'll be building out the implementations for the various endpoints that are available, as per the API docs.
First, though, we need to do a bit of thinking about how these implementations will look. Also, for reasons that will become obvious fairly quickly, we need to make a decision about mocking.
So, let's dig into overall endpoint design.