Krho / bestImage

Retrieves the "best" image of a given Commons category
MIT License
2 stars 2 forks source link

Print JSON content of the data file images.json #11

Closed PierreSelim closed 7 years ago

PierreSelim commented 7 years ago

If request is used with ?fmt=html, the response is returned to be pretty print in HTML

Otherwise just sends the content of the JSON file.

If used with POST method, return a 405 Method not allowed

PS: I think it might relate to issue #6 but it's not exactly what you ment.