12 comments (12 comments)2 reactions (2 reactions)0 assignees (0 assignees)PHP2,890 forks (2,890 forks)batch import
EnhancementHelp wantedc: APIsc: Documentationc: Platform
Repository metrics
- Stars
- 21,771 stars (21,771 stars)
- PR merge metrics
- Avg merge 8d 11h (Avg merge 8d 11h)106 merged PRs in 30d (106 merged PRs in 30d)
Description
Users who are testing their API with Postman or setting up security or other tasks sometimes ask for a definition file for our APIs.
Contributor guide
- Research direction
- Explore Matomo's existing API endpoints and create an OpenAPI specification file (e.g., openapi.json) that describes the available endpoints, parameters, and responses. Look at how other PHP projects generate OpenAPI specs.
- Tech stack
- php
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- PHPOpenAPI/SwaggerREST API