Tanikai / uniulm_mensa_api

REST API for Canteen / Mensa plans at Ulm University
GNU General Public License v3.0
1 stars 0 forks source link

Support for dietary restrictions #1

Closed LukasPietzschmann closed 1 year ago

LukasPietzschmann commented 1 year ago

A good friend of mine (@Tim-h3) prefers vegan food, but is unable to know which of the offered courses is actually vegan. As the original pdf file provides this information, it would be awesome if your API would reflect that.

Tanikai commented 1 year ago

Has to be implemented in the parser library dependency. Will update the API after that.

LukasPietzschmann commented 1 year ago

Awesome, thanks :)

Tanikai commented 1 year ago

Bumped parser library to newest version in commit https://github.com/Tanikai/uniulm_mensa_api/commit/571b58129a406f977ce95e874d3b133b963c24a5. Meals now contain the type (vegan, vegetarian, Beef, ...) and additional allergy information.