Tools for working with data in an instance of Omeka S
pip install omeka-s-tools
How to use
See the documentation for full details of the Omeka API Client.
from omeka_s_tools.api import OmekaAPIClient
omeka = OmekaAPIClient('http://timsherratt.org/collections/api')
items = omeka.get_resources('items')
items['total_results']
items['results'][0]
See the documentation for more examples.
Created by Tim Sherratt (@wragge) for the GLAM Workbench.