extwitter v0.9.2 ExTwitter.Parser

Provides parser logics for API results.

Link to this section Summary

Functions

Parse access_token response

Parse batch user/lookup request parameters for the API

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 user profile banner 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

Link to this section Functions

Link to this function parse_access_token(object)

Parse access_token response

Link to this function parse_batch_user_lookup_params(options)

Parse batch user/lookup request parameters for the API.

Link to this function parse_direct_message(object)

Parse direct message record from the API response

Link to this function parse_geo(object)

Parse geo record from the API response json.

Link to this function parse_ids(object)

Parse trend record from the API response json.

Link to this function parse_ids_with_cursor(object)

Parse cursored ids.

Link to this function parse_list(object)

Parse list record from the API response json.

Link to this function parse_place(object)

Parse place record from the API response json.

Link to this function parse_profile_banner(object)

Parse user profile banner from the API response json.

Link to this function parse_request_params(options)

Parse request parameters for the API.

Link to this function parse_request_token(object)

Parse request_token response

Link to this function parse_trend(object)

Parse trend record from the API response json.

Link to this function parse_tweet(object)

Parse tweet record from the API response json.

Link to this function parse_upload(object)
Link to this function parse_user(object)

Parse user record from the API response json.

Link to this function parse_users_with_cursor(object)

Parse cursored users.