Comparing versions 21 and 22.
Assembla REST API
What is Rest (Representational State Transfer)?: It's an architectural style, not a standard. Find out more in the Wikipedia or read the following article if you want to know about REST in Rails
What do you need to access our REST API? You just need to know how to send HTTP requests with basic authentication to our servers from your application.
TABLE OF CONTENTS
- Space Rest API
- Space XML Representation
- My Spaces List (GET)
- My Tool Spaces List (GET)
- Show space (GET)
- Update space (PUT)
- Ticket Rest API
- Ticket XML Representation
- List of tickets (GET)
- Create ticket (POST)
- Show ticket (GET)
- Update ticket (PUT)
- Document Rest API
- Document XML Representation
- List of documents (GET)
- Create document (POST)
- Show document (GET)
- Download documen (GET)
- Update document (PUT)
- Delete document (DELETE)
- Milestone Rest API
- Milestone XML Representation
- List of milestones (GET)
- Create milestone (POST)
- Show milestone (GET)
- Update milestone (PUT)
- Delete milestone (DELETE)
- User Rest API
- User XML Representation
- Best Profile (GET)
- Scrum Report REST API
- Scrum Report XML Representation
- Latest Scrum Reports (GET)
- Scrum Reports On Date (GET)