up_menus 1.0.1 copy "up_menus: ^1.0.1" to clipboard
up_menus: ^1.0.1 copied to clipboard

Api for the Univesity of Porto establisments menus

A Dart package to interact with the University of Porto's canteens menus API. This package is a wrapper around the UPMenus API.

Features #

  • Get the list of establishments
  • Get the menu for a specific day, week, period and establishment
  • Get permanent menus of an establishment

Usage #

final up_menus = UPMenusApi();

final establishments =  await up_menus.establishments.list(); 

final dayMenus = await up_menus.dayMenus.get(feup_canteen.id, Period.lunch);
final dayMenus = await up_menus.dayMenus.get(feup_canteen.id, Period.lunch, weekNumber: 29, year: 2024);

0
likes
130
pub points
2%
popularity

Publisher

unverified uploader

Api for the Univesity of Porto establisments menus

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

http, json_annotation

More

Packages that depend on up_menus