Patch #22097
closedREST API - API Usage in Perl
0%
Description
Usage in Perl is missing on Rest_api.
Attached includes some examples in Perl.
I hope this helps the Redmine community.
Files
Updated by Hiroo Hayashi almost 9 years ago
- File Rest_api_with_perl.txt Rest_api_with_perl.txt added
I failed to attach the file. I put it again.
Updated by Hiroo Hayashi almost 9 years ago
I found I could create a new page by myself. I made Rest_api_with_perl.
Please add a link on Rest_api, if you see any problem.
PS
The follows are tickets whose titles include "REST" in ChangeLog. It may help you to update the "API Change history" section.
Feature and Patch¶
- Patch #18707: Allow attachment thumbnails from REST api (3.0.0)
- Feature #11159: REST API for getting CustomField definitions (2.4.0)
- Patch #13948: REST API should return user.status (2.4.0)
- Feature #6727: Add/remove issue watchers via REST API (2.3.0)
- Feature #8529: Get the API key of the user through REST API (2.3.0)
- Feature #9835: REST API - List priorities (2.2.0)
- Feature #11502: Expose roles details via REST API (2.2.0)
- Feature #11755: Impersonate user through REST API auth (2.2.0)
- Feature #12125: Set filename used to store attachment updloaded via the REST API (2.2.0)
- Feature #8981: REST Api for Groups (2.1.0)
- Feature #7420: Rest API for projects members (1.4.0)
- Feature #8171: Adding attachments through the REST API (1.4.0)
- Feature #9803: Change project through REST API issue update (1.4.0)
Defect¶
- Defect #15427: REST API POST and PUT broken (2.4.1)
- Defect #15235: Wiki Pages REST API with version returns wrong comments (2.3.4)
- Defect #13850: Unable to set custom fields for versions using the REST API (2.3.2)
- Defect #11388: Updating a version through rest API returns invalid JSON (2.1.0)
- Defect #11541: Version sharing is missing in the REST API (2.0.4)
- Defect #11112: REST API - custom fields in POST/PUT ignored for time_entries (2.0.3)
- Defect #11541: Version sharing is missing in the REST API (1.4.5)
- Defect #11112: REST API - custom fields in POST/PUT ignored for time_entries (1.4.4)
- Defect #10832: REST Uploads fail with fastcgi (1.4.2)
Updated by Go MAEDA almost 9 years ago
Hiroo Hayashi wrote:
I found I could create a new page by myself. I made Rest_api_with_perl.
Please add a link on Rest_api, if you see any problem.
I updated API page. Thanks for your contribution.
Updated by Hiroo Hayashi over 8 years ago
- Status changed from New to Resolved
I updated API page. Thanks for your contribution.
Thank you, and you are welcome.
Updated by Hiroo Hayashi over 8 years ago
Hi,
I added one line.
I also attached sample scripts.