Swagger is the world's most well-known API specification standard, maintained by SmartBear, offering tools such as Swagger Editor, Swagger UI, and Swagger Codegen.
Provider
1 results shownArticle
2 results shownRESTful API Design Best Practices: Resource Modeling, Status Codes and Versioning
Best practices for designing RESTful APIs based on Microsoft's REST API guidelines and Google's AIP specifications, covering resource modeling, HTTP methods, status codes, pagination, filtering, and versioning.
Python FastAPI Backend Development Guide: Type Validation, Async and OpenAPI
A backend development guide based on the official FastAPI documentation covering type validation, async concurrency, automatic OpenAPI docs, and dependency injection.