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

pub struct APIClient<'a> { /* fields omitted */ }

An API client used to call API methods

Methods

impl<'a> APIClient<'a>
[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.

Calls an API method, given its name and parameters

Auto Trait Implementations

impl<'a> Send for APIClient<'a>

impl<'a> Sync for APIClient<'a>