- Resources
- https://github.com/HolyBugx/HolyTips/blob/main/Checklist/API%20Security.pdf
- Rate Limiting
Swagger Docker Instance (Credits: Luke)
- https://hub.docker.com/r/swaggerapi/swagger-editor/
docker pull swaggerapi/swagger-editor
docker run -d -p 80:8080 swaggerapi/swagger-editor
Access via 0.0.0.0:80 or 127.0.0.1:80, ideally via host machine
Copy swagger in JSON format to playground, which will automatically update specification on the right
