Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New endpoint: about #23

Open
mycrobe opened this issue Mar 14, 2016 · 0 comments
Open

New endpoint: about #23

mycrobe opened this issue Mar 14, 2016 · 0 comments

Comments

@mycrobe
Copy link
Contributor

mycrobe commented Mar 14, 2016

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",
}  
@mycrobe mycrobe changed the title New endpoint New endpoint: about Mar 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant