Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] provide endpoint for all meals of the day #85

Open
mgrfilipmarek opened this issue Dec 13, 2024 · 1 comment
Open

Comments

@mgrfilipmarek
Copy link

mgrfilipmarek commented Dec 13, 2024

Describe the solution you'd like
Currently only get_lunches is provided as API endpoint.
I would like to load also other meals of the day served by the canteen. (For example snack and afternoon snack prepared by canteen for kids in kindergarden)

@ivanhrabcak
Copy link
Collaborator

I do not have access to an account with those features enabled, could you send some example data?

For example, you can add a debug print here:

        ...
        if lunch is None:
            return None
        print(lunch) # add this line
        ...

I can try to implement this feature if you send the example data to me on discord (ivicek) or to the Edupage discord server. If there is no sensitive information, you can also post it here.

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

No branches or pull requests

2 participants