July 2021
Intermediate to advanced
480 pages
14h 40m
English
This chapter covers
Now that we have a grasp of what APIs are and what makes them “good,” we can explore how we might apply different patterns when building an API. We’ll start by exploring what API design patterns are, why they matter, and how they’ll be described in later chapters. Finally, we’ll look at an example API and see how using pre-built API design patterns can save lots of time and future headaches.
Before we start exploring API design patterns we have to lay a bit of groundwork, starting with ...