[][src]Module elefren::prelude

Automatically import the things you need

Re-exports

pub use scopes::Scopes;
pub use Data;
pub use Mastodon;
pub use NewStatus;
pub use Registration;
pub use StatusBuilder;

Structs

StatusesRequest

Builder for making a client.statuses() call

Traits

MastodonClient

Represents the set of methods that a Mastodon Client can do, so that implementations might be swapped out for testing