Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 558 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 558 Bytes

omeka-s-gateway

This is a thin wrapper for the Omeka-S REST API. It's rather unprincipled/pragmatic depending on how complimentary you would like to be. It was developed as part of the Queer Heritage South digital archive project.

This is far from industrial strength, please do not rely on it.

/connection_details.py

sites = {
    'steenvlieg': {
        'install_location': 'http://omeka-s.steenvlieg.phys.solasistim.net',
        'key_identity': 'SOMELONGKEY',
        'key_credential': 'SOMELONGCREDENTIAL'
    }
}