-
I discovered that no auth is required for getting city or menus. Likely only for POST calls, `KITCHEN_URL` and `RESERVATION_URL`.
I suggest we whitelist the URLs (operations) that require credentia…
-
The schedules endpoint returns information for business hours. I think think this might be related to when the restaurant services mealpal orders:
The jsonpath is:
```
$.schedules[].restaurant.op…
-
In IRL, if a meal is unavailable, the user decides on their second choice. Many users will probably have a common fallback. We should support this by accepting a ranked preference of meals/restaurants…
-
大部分的午餐平均价格在10-18刀之间吧。 就是快餐水平。
-
-
Hi,
Prophet is awesome! Thank you so much for this.I'm trying to predict the day-ahead inventory. I understand that the confidence interval is controlled by the parameter `interval_width`. Is there a…
-
Let's add tests. More useful are the expected request response, having that schema or structure somewhere can make it easier to work on the code wihtout need to make a request every time. Mealpal resp…
-
`FileNotFoundError` when running script:
```
python mealpy/mealpy.py reserve foo bar sf
Traceback (most recent call last):
File "mealpy/mealpy.py", line 229, in
cli()
...
Snipped for bre…
-
Cache credentials so they don't need to be input every time.
This can either be the password (encrypted, not plaintext) or http session cookie. I'm not familiar with how cookies TTL work, although …
-
I tried this out and it's works pretty well. I want to improve this and want to know if you are accepting PR or if I fork this and go off on my own.
Things this project needs:
* License (pick one,…