SFULibrary / islandora_rest_ingester

Command-line tool for ingesting objects via the Islandora REST interface
The Unlicense
3 stars 0 forks source link

Provide a way to allow new content models to be registered #16

Closed mjordan closed 6 years ago

mjordan commented 6 years ago

The content-model -> Ingester class mapping is hard coded at https://github.com/mjordan/islandora_rest_ingester/blob/master/ingest.php#L92. We should allow users to define their own mappings so that they can ingest custom content models. Ideally, this could be done by pointing to an external file containing the mapping to a custom class in includes'.

mjordan commented 6 years ago

Work in progress in the issue-16 branch.

mjordan commented 6 years ago

Closed with f94696a6dc04fb7c530ae04c86e4012a08af671b.