Crate betfair_adapter

Crate betfair_adapter 

Source

Re-exports§

pub use betfair_types;

Modules§

jurisdiction
Represents the jurisdictions.

Structs§

ApplicationKey
Authenticated
BetfairConfigBuilder
A builder for Betfair configuration with various URL retrieval types.
BetfairRequest
Encalpsulated HTTP request for the Betfair API
BetfairResponse
The raw response of the Betfair API request
BetfairRpcClient
BetfairUrl
Represents a Betfair URL with a generic type.
BotLogin
Base struct for BotLogin URLs.
Identity
InteractiveLogin
Base struct for InteractiveLogin URLs.
KeepAlive
Base struct for KeepAlive URLs.
Logout
Base struct for Logout URLs.
Password
RestBase
Base struct for REST API URLs.
SecretProvider
SessionToken
Stream
Base struct for Stream URLs.
Unauthenticated
Username

Enums§

ApiError
Represents errors that can occur while interacting with the Betfair API.

Traits§

RetrieveUrl
Trait for retrieving URLs based on a generic type.