Crate twitter_api [] [src]

Structs

Error

The Error type.

Tweet

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Functions

get_access_token
get_authorize_url
get_last_tweets
get_request_token
update_status

function to update the status This function takes as arguments the consumer key, the access key, and the status (obviously)

Type Definitions

Result

Convenient wrapper around std::Result.