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

Implement JSON views for all the features #11

Open
edsko opened this issue Aug 20, 2013 · 4 comments
Open

Implement JSON views for all the features #11

edsko opened this issue Aug 20, 2013 · 4 comments

Comments

@edsko
Copy link
Contributor

edsko commented Aug 20, 2013

No description provided.

@Fuuzetsu
Copy link
Member

Fuuzetsu commented Jan 5, 2014

Is this done? Is this not done? I can't tell. This page says The same list is also available in machine readable formats (see link below). and there's mention of JSON throughout the page but there is no indication of how to actually get at it. Where do we POST/GET to/from to get the machine readable stuff?

@dcoutts
Copy link
Contributor

dcoutts commented Jan 6, 2014

Wherever it says GET: html, json it means that the resource is available in those formats. You can get them either by content negotiation (i.e. the 'Accept' HTTP header), or by using an extension in the url, e.g. add .json for json.

So when it says "The same list is also available in machine readable formats (see link below).", it's referring to http://hackage.haskell.org/api.json

@Fuuzetsu
Copy link
Member

Fuuzetsu commented Jan 6, 2014

Thanks for the clarification!

@poscat0x04
Copy link

Any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants