zomato_dart 1.0.3 copy "zomato_dart: ^1.0.3" to clipboard
zomato_dart: ^1.0.3 copied to clipboard

A wrapper for the Zomato API that exposes dart objects. The various endpoints of the API can be accessed through convenience methods that return a Future.

ZomatoDart #

A wrapper for the Zomato API implemented in Dart #

https://developers.zomato.com/api

Usage: #

A user key must be provided to initialize the ZomatoDart object. Convenience methods are used to fetch responses and await Futures of the corresponding model:

await ZomatoDart(userKey).convenienceMethod()

Convenience Methods: #

  • .categories
  • .cities
  • .cuisines
  • .establishments
  • .locations
  • .locationDetails
  • .geocode
  • .restaurant
  • .restaurantSearch
  • .dailyMenus
  • .reviews

Notes #

  • Organization of the methods and models is based upon the organization of the API documentation.
  • This package is meant to be platform agnostic, in order to be usable on mobile, web and desktop.
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A wrapper for the Zomato API that exposes dart objects. The various endpoints of the API can be accessed through convenience methods that return a Future.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

http

More

Packages that depend on zomato_dart