Releases: metaodi/museumpy
Releases · metaodi/museumpy
Release 0.4.1
Release 0.4.0
[0.4.0] - 2023-06-07
Added
- Export methods to library:
exports
to list all exports andmodule_export
/module_item_export
to export multiple or a single item - New example with a flattend result dict
Release 0.3.0
[0.3.0] - 2021-10-27
Changed
- Allow to pass a custom
requests.Session()
-compatible session object. This allows to set custom params like authentication or request headers.
Removed
- Since it's now possible to pass a custom session object, the parameter
requests_kwargs
has been removed
Release 0.2.0
[0.2.0] - 2021-09-28
Changed
- The response schema changed
- Pass
map_function
to response inmodule_item()
call
Release 0.1.0
[0.1.0] - 2021-09-16
Added
- Add support for pagination
- More examples and documentation
- New error superclass
Release 0.0.3
[0.0.3] - 2021-09-14
Added
- Workflows to lint and publish the code
Fixed
- Wrong version number in
__init__.py
- Linting errors in code base
Release 0.0.2
[0.0.2] - 2021-09-13
Changed
- Add possiblity to provide a
map_function
to parse custom fields
Added
- Some examples to show how to use this library
- README describing the library
Release 0.0.1
[0.0.1] - 2021-09-10
Added
- Initial release of museumpy