Would like a review of ./elv-live content_tagger whenever possible as I'm not sure how to test it and have some questions about structure of code:
I see on elv-tagger/bin/tag-cli that container_id is a queryParam so I'm passing it as such, not sure if it's the right way
Is an authToken required for tag, tag_status and tag_stop? Decided to create a standalone command for each tagger operation but not sure if it will work this way if a unique authToken is required for all.
I'm unsure how to pass config.json. In the body of the call or as another standalone parameter?
I'm assuming finalize is a regular content object finalization operation.
Wrote some sample codes, that I'm still working on.
Would like a review of
./elv-live content_tagger
whenever possible as I'm not sure how to test it and have some questions about structure of code:elv-tagger/bin/tag-cli
thatcontainer_id
is aqueryParam
so I'm passing it as such, not sure if it's the right wayauthToken
required fortag
,tag_status
andtag_stop
? Decided to create a standalone command for each tagger operation but not sure if it will work this way if a uniqueauthToken
is required for all.config.json
. In the body of the call or as another standalone parameter?finalize
is a regular content object finalization operation.Wrote some sample codes, that I'm still working on.