This release contains the following features :
- Fetch data with error handling and retries
- Fetch data with error handling, retries and pagination handled. Data can be saved in a file or returned in a list. Threads can be used to fetch multiple pages in parallel
- Count number of items with filters
- Fetch an object using its unique id. It's also possible to use an id that is in another column than _id but it's less efficient and the unicity of the object to return is not guaranteed (it's possible to make the request fail if response is not unique)
- Update an object
- Create an object
The README.md file contains some examples but is missing more precise documentation.