Easy Redmine API specification
Introduction
Easy Redmine supports API in most of its entities => it is integrable with any application that also supports API. This article is about where you can find Easy Redmine API specification directly in your Easy Redmine application.
General information about Easy Swagger
API specification/documentation is a part of every application (from 10.14 LTS and all higher versions).
You can find it under URL [my_application_url]/easy_swagger
It is an interactive tool, which also allows testing every command with real data => BE VERY CAREFUL WHEN TESTING ON PRODUCTION DATA. In fact, avoid it if possible.
In case you don't have an application yet (please start a trial), you can also find the specification at https://app.swaggerhub.com/apis-docs/easysoftware/EasyProject/
Change: Higher default API rate limits (rack-attack)
Available from version 15.3.0
Default API rate limits changed to:
- 150 GET requests per minute
- 50 write requests per minute
- 10 export requests per 5 minutes
