DHIS2.PY syntax

Hello everyone,

I’d like to interact with DHIS2 through python and I want to know if there is already a package with full functions list (get, post, etc) and how to use it.

Regards

Hello

2 Likes

Hello,

Thank you for your answer.

I don’t see example for update,

For example here is how to get something and I’d like to know how to use get, delets, etc.

r = api.get('organisationUnits/Rp268JB6Ne4', params={'fields': 'id,name'})

Here is an example for update

1 Like