use RequestBuilder;
/// Authentication to attach to API requests.
///
/// Populated by the caller (typically from a credential helper).
/// Resolving credentials (git-credential, keychain, etc.) is
/// deliberately not this crate's job; see [`git-lfs-creds`][creds].
///
/// [creds]: https://docs.rs/git-lfs-creds