Project

General

Profile

Rest api » History » Version 5

Jean-Philippe Lang, 2010-01-17 20:47

1 1 Jean-Philippe Lang
h1. Redmine API
2
3
Redmine exposes some of its data through a REST API. This API provides access and basic CRUD operations (create, update, delete) for the resources described below.
4
5
Most of the time, the API requires authentication. This is done via HTTP Basic authentication using the regular Redmine accounts. To enable this API-style authentication, check *Enable REST API* in Administration -> Settings -> Authentication.
6
7 4 Jean-Philippe Lang
_At the time of writing, the API is only available in trunk (see r3310, r3313)._
8 2 Jean-Philippe Lang
9 1 Jean-Philippe Lang
h2. API Description
10
11
* [[Rest_Issues|Issues]]
12 4 Jean-Philippe Lang
* [[Rest_Projects|Projects]]
13 1 Jean-Philippe Lang
14
h2. API Usage
15
16 5 Jean-Philippe Lang
* [[Rest_api_with_ruby|Ruby]]
17
* [[Rest_api_with_php|PHP]]