Documentation
¶
Overview ¶
Package folio implements the core of span-folio: it talks to the FOLIO API to fetch metadata collections and renders them for inspection.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client interface {
Authenticate(username, password string) error
MetadataCollections(opts folio.MetadataCollectionsOpts) (*folio.MetadataCollectionsResponse, error)
}
Client is the subset of the FOLIO API used by this command. It is satisfied by *folio.API and can be stubbed in tests.
Click to show internal directories.
Click to hide internal directories.