Skip to content
Snippets Groups Projects
Commit f2c4aa35 authored by Eric Poirier's avatar Eric Poirier Committed by Christopher Guindon
Browse files

Add external REST api links


Signed-off-by: default avatarEric Poirier <eric.poirier@eclipse-foundation.org>
parent 9984eda5
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
This diff is collapsed.
...@@ -2,9 +2,18 @@ FORMAT: 1A ...@@ -2,9 +2,18 @@ FORMAT: 1A
HOST: https://api.eclipse.org HOST: https://api.eclipse.org
# Eclipse RESTful API # Eclipse RESTful API
This describes the resources that make up the official Eclipse Foundation REST API. This describes the resources that make up the official Eclipse Foundation REST API.
If you have any problems or requests please contact [Christopher Guindon](mailto:chris.guindon@eclipse-foundation.org) . You can contribute to this document via our [git repository](https://github.com/chrisguindon/api.eclipse.org-docs).
If you have any problems or requests please contact [Christopher Guindon](mailto:chris.guindon@eclipse-foundation.org).
### Supported REST APIs
+ [Eclipse Bugzilla](https://bugs.eclipse.org/bugs) **([Documentation](https://wiki.mozilla.org/Bugzilla:REST_API))**
+ [Eclipse Gerrit](https://git.eclipse.org/r/) **([Documentation](https://gerrit-review.googlesource.com/Documentation/rest-api.html))**
+ [Eclipse Jenkins](https://ci.eclipse.org/) **([Documentation](https://wiki.jenkins.io/display/JENKINS/Remote+access+API))**
+ [Eclipse Marketplace](http://marketplace.eclipse.org/) **([Documentation](https://wiki.eclipse.org/Marketplace/REST))**
### Rate Limit ### Rate Limit
This API currently limits users to 1000 authenticated requests and 1000 anonymous requests an hour. This API currently limits users to 1000 authenticated requests and 1000 anonymous requests an hour.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment