You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should publish an endpoint to provide information about gramene.
Blog posts, /news
Proxy drupal RSS feed
No query parameters
XML response only
Releases, /releases
Returns array of Gramene release documents, including links to release notes and any sites that might still exist (i.e. versions of data.gramene.org), status flag with possible values prerelease, current, archived.
Optional URL-based query fields, so /releases/current and /resleases/prerelease return a single document
Suggestsed format for a single doc
{
"release": "50",
"release_date": "<zulu time JS date string>",
"status": "current",
"ensembl_release": "83",
"webservice_endpoint": "http://data.gramene.org/v50",
}
The text was updated successfully, but these errors were encountered:
We should publish an endpoint to provide information about gramene.
/news
/releases
status
flag with possible valuesprerelease
,current
,archived
./releases/current
and/resleases/prerelease
return a single documentThe text was updated successfully, but these errors were encountered: