Structsยง
- A client based on the reqwest::Client which can be used for executing Endpoints. A backing instance of a reqwest::Client is used to increase performance and to save certain characteristics across sessions. A base URL is required and is used to qualify the full path of any Endpoints which are executed by this client.