A Python wrapper for Yelp Fusion API
Project description
yelp-fusion-api
A Python wrapper for Yelp Fusion API.
Please refer to the API documentation for the details of expected requests and responses for all endpoints.
Installation
pip install -U yelpfusion
Usage
from yelpfusion import Api
api = Api("api-token")
api.businesses.search(location="Toronto")
The available endpoints are:
- Autocomplete: api.autocomplete
- Businesses: api.businesses
- Categories: api.categories
- Events: api.events
- Transactions: api.transactions
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yelpfusion-0.1.0.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for yelpfusion-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9861aaa5e7c5d527b7ca02b8a27d8df36d8a406590a19061c0a664a3f802303f |
|
MD5 | c51106d33685b1c3ddaf6ebff414a19d |
|
BLAKE2b-256 | 52ef45136d497a29fb4677e5a03695db280bbb52652fd9d7e08774d6e39a8b5b |