[][src]Struct domo_pitchfork::DomoPitchfork

pub struct DomoPitchfork<'t> { /* fields omitted */ }

DomoPitchfork is the top-level object to use to interact with the various Domo APIs

Methods

impl<'t> DomoPitchfork<'t>[src]

pub fn with_token(token: &'t str) -> Self[src]

Create a new DomoPitchfork with a Domo Auth token

pub fn datasets(&self) -> DatasetsRequestBuilder<'t, Dataset>[src]

Interact with Domo Datasets API

pub fn streams(&self) -> StreamsRequestBuilder<'t, StreamDataset>[src]

Interact with Domo Streams API

pub fn users(&self) -> UsersRequestBuilder<'t, User>[src]

Interact with Domo Users API

pub fn groups(&self) -> GroupsRequestBuilder<'t, GroupInfo>[src]

Interact with Domo Groups API

pub fn pages(&self) -> PagesRequestBuilder<'t, PageInfo>[src]

Interact with Domo Pages API

pub fn audit(&self) -> ActivitiesRequestBuilder<'t, ActivityLogEntry>[src]

Interact with Domo Activity Log API.

pub fn projects(&self) -> ProjectsRequestBuilder<'t, ()>[src]

Interact with Domo Projects API

pub fn accounts(&self) -> AccountsRequestBuilder<'t, ()>[src]

Interact with Domo Accounts API

Trait Implementations

impl<'t> Clone for DomoPitchfork<'t>[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'t> Send for DomoPitchfork<'t>

impl<'t> Sync for DomoPitchfork<'t>

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T, U> TryInto for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err