Dominos Pizza API
Project description
Dominos Pizza remains today a closed system, not officially offering a public API from which to order delicious baked pizzas. However with the invent of their multiple mobile applications and their own website having been reimplemented in AngularJS it was apparent these all used some undocumented public API.
This packages implements an abstract layer to the Dominos Pizza (UK) API, returning raw response objects from which JSON payloads can be read.
Installation
PyPi
To install dominos, simply:
$ pip install dominos
GitHub
Installing the latest version from Github:
$ git clone https://github.com/tomasbasham/dominos
$ cd dominos
$ python setup.py install
Usage
To use this package you simply have to instantiate a Dominos object:
from dominos.api import Client
api = Client()
response = api.get_nearest_store('AB12 000')
print(response.json())
This returns the nearest store to the supplied postcode. There are many other methods implemented in this package to return store menus, add items to a basket and checkout.
Contributing
Fork it ( https://github.com/tomasbasham/dominos/fork )
Create your feature branch (git checkout -b my-new-feature)
Commit your changes (git commit -am ‘Add some feature’)
Push to the branch (git push origin my-new-feature)
Create a new Pull Request
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file dominos-0.0.4.tar.gz
.
File metadata
- Download URL: dominos-0.0.4.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed55d43922d129b12942a7073252fba4bc50b855028e95d7961b63f3b73d0ef5 |
|
MD5 | a23c4718e78e90c5523e02c38bce7370 |
|
BLAKE2b-256 | 3564e627fd12007b69c54491a8069c4cef90412e56422999a51351bc4dd5cbb9 |