... | ... | @@ -2,6 +2,33 @@ |
|
|
|
|
|
Ensembl REST API is a server written in Catalyst to provide language agnostic bindings to Ensembl data.
|
|
|
|
|
|
## User Guides
|
|
|
## Help
|
|
|
|
|
|
- [Ensembl REST 2.0 User Guide](Ensembl-REST-2.0-User-Guide) |
|
|
\ No newline at end of file |
|
|
For support please contact [helpdesk or our dev mailing list](http://www.ensembl.org/info/about/contact).
|
|
|
|
|
|
## Ensembl REST 2.0 User Guide
|
|
|
|
|
|
The following guide refers to the 2.0 release of the Ensembl REST API.
|
|
|
|
|
|
### Contents
|
|
|
|
|
|
1. [Writing Your First Client](Writing-Your-First-Client)
|
|
|
2. [URL Structure](URL-Structure)
|
|
|
3. [Parameters](Parameters)
|
|
|
4. [API Versioning](API-Versioning)
|
|
|
5. [Output formats](Output-formats)
|
|
|
6. [HTTP Response Codes](HTTP-Response-Codes)
|
|
|
7. [HTTP Response Headers](HTTP-Response-Headers)
|
|
|
8. [Rate Limits](Rate-Limits)
|
|
|
9. [Cross Origin Resource Sharing and JSON-P](CORS-And-JSONP)
|
|
|
10. Version Migration
|
|
|
- [1.0 to 2.0](1.0-To-2.0-Migration) (Beta to Gamma)
|
|
|
|
|
|
## Example Clients
|
|
|
|
|
|
- [Perl](Example-Perl)
|
|
|
- [Python](Example-Python)
|
|
|
- [Java](Example-Java)
|
|
|
- [Ruby](Example-Ruby)
|
|
|
- [wget](Example-wget)
|
|
|
- [curl](Example-curl) |