Crate twitter_api

Source

Re-exports§

pub use oauth_client as oauth;
pub use serde_json;

Structs§

Tweet

Enums§

Error

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 Aliases§

Result