Releases: alexandriagroup/pydelivengo
Add User-Agent in headers
PyDelivengo 1.5
Allow user to select API version (2.4 default)
Add Python 3.7.2
We added Python 3.7.2
And update requests too.
Release: add params to get_pli
Now, you can add the dict params
to get_pli
as the example bellow:
api = PyDelivengo(api_authorization) # initialize
api.get_pli(id_pli, print_pdf=True, params={'support': 32}) # support 32 = pdf 10 x 15 cm
pdf = response['data']['documents_supports'] # get the pdf in ascii format
(I should probably check if more functions need the params dict)
Fix package
v1.2 Add version for pypi
Final
v1.1 Update setup.py
v1.0
PyDelivengo manages parameters for you! It will tell if a parameter isn't the good type for example 🕶
First release
First release of pydelivengo
What can v0.1-beta do to help you? and not?
- use the 13 HTTP MyDelivengo requests 👍
With v0.1-beta, you can use the 13 MyDelivengo HTTP requests (see them here).
The functions will return the HTTP request text or status (depends if there is a text returned by the request) if you give the right parameters or data (to know them, go on the MyDelivengo documentation.
- Catch and manage errors for you 👎
At this stage, you have to give the perfect list of parameters to have your good answer. The next step is to manage if a parameter isn't the right type for example.