Struct proxer::client::Client [] [src]

pub struct Client { /* fields omitted */ }

Client that holds the api key and sends requests

Methods

impl Client
[src]

[src]

Create a new api client with a given api key

[src]

load api key from an environment variable

[src]

[src]

execute a request that satisfies Endpoint

[src]

Trait Implementations

impl Debug for Client
[src]

[src]

Formats the value using the given formatter.

impl Clone for Client
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more