Crate chris

source ·
Expand description

Client library for ChRIS built on reqwest.

Re-exports§

Modules§

  • Errors for this crate. About anyhow: see https://github.com/TrueLayer/reqwest-middleware/issues/119
  • Everything having to do with pagination of collection and search APIs from CUBE.

Structs§

Enums§

  • Either an anonymous client or a logged in user. A shoddy workaround for combining how enums work and how [AccessRw] and [AccessRo] could be represented using an enum.

Traits§

  • An indicator for what mode API items can be accessed.
  • APIs you can interact with without having to log in.
  • A CUBE resource which has file_resource, fname, and fsize.

Type Aliases§