Skip to content

Releases: alexandriagroup/pydelivengo

Add User-Agent in headers

11 Jan 14:03
Compare
Choose a tag to compare
v1.6

Add User-Agent in pydelivengo 1.6

PyDelivengo 1.5

11 Jan 13:33
4a56e65
Compare
Choose a tag to compare

Allow user to select API version (2.4 default)

Add Python 3.7.2

08 Feb 14:57
Compare
Choose a tag to compare

We added Python 3.7.2

And update requests too.

Release: add params to get_pli

22 Oct 14:23
1757d0c
Compare
Choose a tag to compare

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

06 Mar 15:05
Compare
Choose a tag to compare
v1.2

Add version for pypi

Final

27 Feb 14:17
148f154
Compare
Choose a tag to compare
v1.1

Update setup.py

v1.0

02 Feb 10:28
Compare
Choose a tag to compare

PyDelivengo manages parameters for you! It will tell if a parameter isn't the good type for example 🕶

First release

25 Jan 16:16
Compare
Choose a tag to compare
First release Pre-release
Pre-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.