Tag Archives: Routing

API – Functions Part 3: Routing

In the previous part of this series, we looked at creating our first API. But how do you determine which API is being invoked? This is accomplished with routing. If you have a Products class your entry (end point) might look … Continue reading

Posted in API, APIs, Essentials, Mini-Tutorial | Tagged | Leave a comment