Struct rvk::api::APIClient[][src]

pub struct APIClient { /* fields omitted */ }

An API client used to call API methods

Methods

impl APIClient
[src]

Creates a new APIClient, given an access token

Panics

This method panics if native TLS backend cannot be created or initialized by the reqwest crate.

See reqwest docs for more information.

Calls an API method, given its name and parameters

Auto Trait Implementations

impl Send for APIClient

impl Sync for APIClient