| ... | @@ -5,7 +5,7 @@ Ensembl REST has 3 versions available. Knowing which one is relevant to you is i |
... | @@ -5,7 +5,7 @@ Ensembl REST has 3 versions available. Knowing which one is relevant to you is i |
|
|
## REST Version - [info/rest](http://rest.ensembl.org/info/rest.json)
|
|
## REST Version - [info/rest](http://rest.ensembl.org/info/rest.json)
|
|
|
|
|
|
|
|
```javascript
|
|
```javascript
|
|
|
{"release":"2.0.0"}
|
|
{"release":"3.0.0"}
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
This is the first and most important version. It flags what version of the REST API you are communicating with. REST version numbers are composed of 3 parts: `major.minor.point`. Increments in all three are described below
|
|
This is the first and most important version. It flags what version of the REST API you are communicating with. REST version numbers are composed of 3 parts: `major.minor.point`. Increments in all three are described below
|
| ... | | ... | |