ODK Central Backup using Python
We have already seen how to get an access token using Python requests library for ODK central. Now, let us see how we can use… Read More »ODK Central Backup using Python
We have already seen how to get an access token using Python requests library for ODK central. Now, let us see how we can use… Read More »ODK Central Backup using Python
ODK Central provides an API for interacting with the server as described in its docs. Here I will provide some sample code blocks for interacting… Read More »ODK Central API Access using Python
Security Plugins
To rapidly develop an API in python with data models that are validated easily and autogenerated OpenAPI / Swagger / ReDoc documentation, FastAPI its an… Read More »Using FastAPI and Pydantic
How to download CSV files from a REST API using Python and save them in time stamped folders