ex_trello v0.2.4 ExTrello.Parser

Provides parser logic for API results.

Summary

Functions

Check the possible nested resources for any given object. Should work on any arbitrarily nested objects. TODO: Test coverage

Parse access_token response

Parse action record returned from API response json

Parse board record returned from API response json

Parse card record returned from API response json

Parse list record returned from API response json

Parse request parameters for the API

Parse request_token response

Functions

check_nested_resources(object)

Check the possible nested resources for any given object. Should work on any arbitrarily nested objects. TODO: Test coverage

parse_access_token(object)

Parse access_token response

parse_action(object)

Parse action record returned from API response json.

parse_board(object)

Parse board record returned from API response json.

parse_card(object)

Parse card record returned from API response json.

parse_list(object)

Parse list record returned from API response json.

parse_request_params(options)

Parse request parameters for the API.

parse_request_token(object)

Parse request_token response