sul-dlss / folio_client

Interface for interacting with the Folio ILS API.
Other
0 stars 0 forks source link

Extract JobStatus class from DataImport #34

Closed mjgiarlo closed 1 year ago

mjgiarlo commented 1 year ago

Why was this change made? 🤔

Connects to #12

This spike commit refactors the client by extracting a reusable JobStatus class from the DataImport class, letting each class have a single responsibility. This arguably improves / simplifies the interaction in the following ways (see the README for more):

How was this change tested? 🤨

CI