mirror of
https://github.com/sickn33/antigravity-awesome-skills.git
synced 2026-05-01 20:17:19 +02:00
549 B
549 B
API Documentation Principles
Good docs = happy developers = API adoption.
OpenAPI/Swagger Essentials
Include:
├── All endpoints with examples
├── Request/response schemas
├── Authentication requirements
├── Error response formats
└── Rate limiting info
Good Documentation Has
Essentials:
├── Quick start / Getting started
├── Authentication guide
├── Complete API reference
├── Error handling guide
├── Code examples (multiple languages)
└── Changelog