OpenProject Developer Documentation =================================== * [Quick Start for Developers](QUICK_START.md) * [Configuration](CONFIGURATION.md) * [Developing Plugins](DEVELOP_PLUGINS.md) * [Running Tests](RUNNING_TESTS.md) * [Upgrading](UPGRADING.rdoc) * [API Documentation](#api-documentation) API Documentation ----------------- ## API Version 3 _Status: under development_ The documentation for APIv3 is written in the [API Blueprint Format](http://apiblueprint.org/). You can use [aglio](https://github.com/danielgtaylor/aglio) to generate HTML documentation, e.g. using the following command: ```bash aglio -i apiv3-documentation.apib -o api.html ``` ## API Version 2 _Status: deprecated_ Documentation may be found on our [API v2 wiki pages](https://community.openproject.org/projects/openproject/wiki/API_v2/).