| --- | |
| title: "API References" | |
| description: > | |
| API References | |
| sidebar_position: 6 | |
| --- | |
| For users/developers who wish to interact with the Apache DevLake by using the RESTful APIs, | |
| the Swagger Document would very useful for you. The `devlake` docker image has it packaged, you may access it from: | |
| If you are using the `devlake` container alone without `config-ui`: | |
| ``` | |
| http://<DEVLAKE_CONTIANER_HOST>:<PORT>/swagger/index.html | |
| ``` | |
| or | |
| ``` | |
| http://<CONFIG_UI_CONTIANER_HOST>:<PORT>/api/swagger/index.html | |
| ``` | |