Expand description
A crate for communicating with the bitFlyer API. For example usages, see files in the examples/ directory.
Structs§
- BitFlyer
Channel Message - BitFlyer
Options - A
structthat represents a set of BitFlyerOption s. - BitFlyer
Request Handler - A
structthat implements RequestHandler - BitFlyer
WebSocket Handler - A
structthat implements WebSocketHandler
Enums§
- BitFlyer
Handler Error - BitFlyer
Http Url - A
enumthat represents the base url of the BitFlyer HTTP API. - BitFlyer
Option - Options that can be set when creating handlers
- BitFlyer
WebSocket Url - A
enumthat represents the base url of the BitFlyer Realtime API
Type Aliases§
- BitFlyer
Request Error - BitFlyer
Request Result - The type returned by Client::request().