Module tankerkoenig::api
source · Expand description
Module that contains the main Tankerkoenig struct that gives access to the two child structs PriceApi and StationApi.
Modules§
- Price module that gives access to the PriceApi struct
- Station module that gives access to the StationApi struct
Structs§
- The main struct of the crate giving access to the
StationApi
andPriceApi
of tankerkoenig. Create a new instance of the struct with your api key as parameter.