OpenAPI specification for the Devgraph API.
Current API version: 1.0.0-beta.51
- User API:
v1/spec.yaml- Main Devgraph API for developers
docker run -p 8080:8080 -e SWAGGER_JSON=/specs/v1/spec.yaml -v $(pwd)/v1:/specs swaggerapi/swagger-ui# Using OpenAPI Generator
openapi-generator generate -i v1/spec.yaml -g python -o ./devgraph-python-client
openapi-generator generate -i v1/spec.yaml -g typescript-fetch -o ./devgraph-typescript-clientThis repository is automatically updated when the API specification changes in the main devgraph repository.
- API Version: Semantic versioning (see
API_VERSIONfile) - Git Tags: Each API version is tagged (e.g.,
v1.0.0,v1.1.0)
Apache 2.0 - See LICENSE file for details.
Last updated: 2025-12-10 17:28:54 UTC API Version: 1.0.0-beta.51 Commit: 25604f784d89dfeb9dd354c70268c4437cffc1e0