Python module for HTTP API
HI!
Can anybody recommend a high-level Python module for accessing doveadm's HTTP API? [1]
Ciao, Michael.
Python Requests is easy to use.
https://docs.python-requests.org/en/master/
Em ter., 8 de jun. de 2021 às 14:30, Michael Ströder michael@stroeder.com escreveu:
HI!
Can anybody recommend a high-level Python module for accessing doveadm's HTTP API? [1]
Ciao, Michael.
You can give https://github.com/dovecot/doveadm-http-cli a try.
Aki
On 08/06/2021 20:38 Alex Baule alexwbaule@gmail.com wrote:
Python Requests is easy to use.
https://docs.python-requests.org/en/master/
Em ter., 8 de jun. de 2021 às 14:30, Michael Ströder michael@stroeder.com escreveu:
HI!
Can anybody recommend a high-level Python module for accessing doveadm's HTTP API? [1]
Ciao, Michael.
Aki,
On 6/8/21 9:06 PM, Aki Tuomi wrote:
You can give https://github.com/dovecot/doveadm-http-cli a try.
many thanks for the pointer. This is the right direction.
Besides that: Are there significant differences when developing for doveadm's HTTP API of version 2.2 vs. 2.3 vs. OX Dovecot Pro?
Ciao, Michael.
On 15/06/2021 16:40 Michael Ströder michael@stroeder.com wrote:
Aki,
On 6/8/21 9:06 PM, Aki Tuomi wrote:
You can give https://github.com/dovecot/doveadm-http-cli a try.
many thanks for the pointer. This is the right direction.
Besides that: Are there significant differences when developing for doveadm's HTTP API of version 2.2 vs. 2.3 vs. OX Dovecot Pro?
Ciao, Michael.
Not at this time, mostly just different set of commands. The API module can deal with this though.
Aki
participants (3)
-
Aki Tuomi
-
Alex Baule
-
Michael Ströder