Sambruk / Open-Meal

A definition of how information about meals can be published as open data. WIll encompass menues, content and nutritional information.
https://sambruk.github.io/Open-Meal
2 stars 6 forks source link

dataproviders JSON endpoint #24

Closed wincentek closed 2 years ago

wincentek commented 2 years ago

This change serves dataproviders.json as a proper endpoint. This is possible through github pages using a folder containing the static file/response named as index.json.

So, I've moved dataproviders.json to /website/static/api/dataproviders/index.json. This will make the file to served like this example: https://ist-group.github.io/Open-Meal/api/dataproviders/

I've also updated documentation and provided links to a proper API scpecification.

Please take a look at the specification