extwitter v0.6.1 ExTwitter.Parser

Provides parser logics for API results.

Summary

Functions

Parse access_token response

Parse direct message record from the API response

Parse geo record from the API response json

Parse trend record from the API response json

Parse cursored ids

Parse list record from the API response json

Parse place record from the API response json

Parse request parameters for the API

Parse request_token response

Parse trend record from the API response json

Parse tweet record from the API response json

Parse user record from the API response json

Parse cursored users

Functions

parse_access_token(object)

Parse access_token response

parse_direct_message(object)

Parse direct message record from the API response

parse_geo(object)

Parse geo record from the API response json.

parse_ids(object)

Parse trend record from the API response json.

parse_ids_with_cursor(object)

Parse cursored ids.

parse_list(object)

Parse list record from the API response json.

parse_place(object)

Parse place record from the API response json.

parse_request_params(options)

Parse request parameters for the API.

parse_request_token(object)

Parse request_token response

parse_trend(object)

Parse trend record from the API response json.

parse_tweet(object)

Parse tweet record from the API response json.

parse_upload(object)
parse_user(object)

Parse user record from the API response json.

parse_users_with_cursor(object)

Parse cursored users.