Skip to content

amoe/omeka-s-gateway

Repository files navigation

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'
    }
}

About

Python gateway for Omeka-S

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages