Use get_resource()
instead of get_model()
or trello_get()
Use update_resource()
instead of put_model()
Use create_resource()
instead of post_model()
Use delete_resource()
instead of delete_model()
Use get_token()
instead of trello_get_token()
Use search_resource()
instead of trello_search()
trello_get(...)get_model(...)
post_model(...)
put_model(...)
delete_model(...)
trello_get_token(...)
trello_search(...)
search_model(...)
trello_search_actions(...)
trello_search_cards(...)
trello_search_boards(...)
trello_search_members(...)
trello_search_teams(...)
See current functions for argument names and defaults.