SFULibrary / islandora_rest_ingester

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

Add option to set object's state #10

Closed mjordan closed 6 years ago

mjordan commented 6 years ago

The Islandora REST module doesn't provide an option to set an object's state to "I" (inactive) on creation (POST), but it does provide an option to change the object's state using PUT. We should provide an option that will update an object's state to the specified value (would be either "I" or, more improbably, "D") immediately after it is ingested.

mjordan commented 6 years ago

Related issue: #3.

mjordan commented 6 years ago

Rolled into #9.