jdpage / mchttpinfowrapper

Server wrapper for stock minecraft exposing information via HTTP
GNU Affero General Public License v3.0
0 stars 0 forks source link

Convert responses to JSON API #4

Open jdpage opened 9 years ago

jdpage commented 9 years ago

Responses should use JSON API instead of whatever homegrown thing we're using now. This shouldn't be too hard, since the API is already pretty RESTful and takes advantage of hypermedia.

jdpage commented 9 years ago

Tagging as UI because this will require modifying the UI to match.