Technical requirements
For this chapter, you will need a development machine capable of the following:
- Running Docker locally
- Running VS Code with various marketplace extensions
- Access to the internet and a GitHub account to access the examples
This chapter contains many code samples in various languages; these can either be run locally, which will require the installation of compilers, SDKs, and frameworks, or from within a Docker build container.
The example code and various breaking changes to the instructions can be found in the Chapter 5
folder on the book’s GitHub repository here: https://github.com/PacktPublishing/Defending-APIs/tree/main/Chapter5