Skip to content

arctir/devgraph-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devgraph API Specification

OpenAPI specification for the Devgraph API.

Version

Current API version: 1.0.0-beta.51

Specification

  • User API: v1/spec.yaml - Main Devgraph API for developers

Usage

View in Swagger UI

docker run -p 8080:8080 -e SWAGGER_JSON=/specs/v1/spec.yaml -v $(pwd)/v1:/specs swaggerapi/swagger-ui

Generate Client Libraries

# 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-client

Versioning

This repository is automatically updated when the API specification changes in the main devgraph repository.

  • API Version: Semantic versioning (see API_VERSION file)
  • Git Tags: Each API version is tagged (e.g., v1.0.0, v1.1.0)

Links

License

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

About

The Devgraph AI API specification

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors