Function egg_mode::service::terms [] [src]

pub fn terms<'a>(
    token: &Token,
    handle: &'a Handle
) -> FutureResponse<'a, String>

Returns a future that resolves to the current Twitter Terms of Service as plain text.

While the official home of Twitter's TOS is https://twitter.com/tos, this allows you to obtain a plain-text copy of it to display in your application.