Closed mjgiarlo closed 1 year ago
@lwrubel Hi, do you have advice on how I could test this change against a Folio instance? I assume we've done a bit of that before on API changes.
I haven't yet tested the folio_client against the live APIs myself, but I believe @justinlittman has been doing this with his local code.
@lwrubel 💬
I haven't yet tested the folio_client against the live APIs myself, but I believe @justinlittman has been doing this with his local code.
OK, thanks! @justinlittman When you get a minute, would you mind writing this up or pairing?
Why was this change made? 🤔
Fixes #12
This commit adds a new method,
JobStatus#instance_hrid
, that allows consumers to request retrieval of the instance HRID associated with the current job status as long as the status has already successfully completed. If not, aFailure()
is returned. And if there is any trouble parsing an instance HRID out of the journal records of the job execution, aFailure()
is returned indicating such.How was this change tested? 🤨