Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:18 +08:00
commit f672f67611
16 changed files with 1194 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# References
Bundled resources for api-gateway-builder skill
- [ ] api_gateway_best_practices.md: Documentation on best practices for designing and building API gateways.
- [ ] jwt_authentication_guide.md: Detailed guide on implementing JWT authentication in the API gateway.
- [ ] rate_limiting_strategies.md: Explanation of different rate limiting strategies and how to implement them.
- [ ] microservice_integration_guide.md: Guide on integrating microservices with the API gateway.
- [ ] api_gateway_schema.json: JSON schema defining the structure of API gateway configurations.