Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Support .json extensions in URI #68

Open
ndrut opened this issue Feb 27, 2015 · 3 comments
Open

Support .json extensions in URI #68

ndrut opened this issue Feb 27, 2015 · 3 comments

Comments

@ndrut
Copy link

ndrut commented Feb 27, 2015

This would facilitate a method for URLs such as:

http://idle.land/s/stats/jawsome.json

To return the JSON object for that player. (Effectively the download JSON option in a different delivery method)

This behavior is being found increasingly and very well utilized especially in sites like reddit ( http://www.reddit.com/new.json ).

@seiyria
Copy link
Member

seiyria commented Feb 27, 2015

Would you want this for things like groupings and individual sets of data? ie,

http://idle.land/s/guilds.json
http://idle.land/s/guild/Styx.json

Or just the specific nodes, like players, guilds, etc?

Additionally, would you want this for any page like Global Stats?

@ndrut
Copy link
Author

ndrut commented Mar 5, 2015

It would be nice for it to be supported on all URIs, but at the very least it could be on the individuals, like

@seiyria
Copy link
Member

seiyria commented Mar 5, 2015

I see. Unfortunately I've got no idea how to do this, so I'll leave this open for a while, pending further research.

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

No branches or pull requests

2 participants