sul-dlss / folio_client

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

Spruce up `FolioClient#configure` and consolidate delegations #64

Closed mjgiarlo closed 1 year ago

mjgiarlo commented 1 year ago

Why was this change made? 🤔

This commit makes two small, non-functional changes to the FolioClient class:

  1. Document why the token can't be set in the initialization of the config
  2. Why have two delegates when you can have one?

How was this change tested? 🤨

CI