Trello v1.4.0 Trello

Link to this section Summary

Functions

https://developers.trello.com/advanced-reference/card#post-1-cards-card-id-or-shortlink-attachments [{“name”, “value”}, {“mimeType”, “value”}, {:file, path_to_file}] opts

file (optional)     Valid Values: A file
url (optional)      Valid Values: A URL starting with http:// or https:// or null
name (optional)     Valid Values: a string with a length from 0 to 256
mimeType (optional) Valid Values: a string with a length from 0 to 256

post via multipart/form-data requried for attachments

body: [{"name", "value"}, {:file, path_to_file}]

Link to this section Functions

Link to this function add_attachment_to_card(card_id, opts, secret)

https://developers.trello.com/advanced-reference/card#post-1-cards-card-id-or-shortlink-attachments [{“name”, “value”}, {“mimeType”, “value”}, {:file, path_to_file}] opts

file (optional)     Valid Values: A file
url (optional)      Valid Values: A URL starting with http:// or https:// or null
name (optional)     Valid Values: a string with a length from 0 to 256
mimeType (optional) Valid Values: a string with a length from 0 to 256
Link to this function add_attachment_to_card(bool, card_id, opts, secret)
Link to this function add_attachment_to_card!(card_id, opts, secret)
Link to this function add_attachment_to_card!(bool, card_id, opts, secret)
Link to this function add_comment_to_card(card_id, comment, secret)
Link to this function add_comment_to_card!(card_id, comment, secret)
Link to this function delete(url, secret)
Link to this function delete!(url, secret)
Link to this function get(url, secret)
Link to this function get!(url, secret)
Link to this function get_board(board_id, secret)
Link to this function get_board!(board_id, secret)
Link to this function get_board_cards(board_id, secret)
Link to this function get_board_cards!(board_id, secret)
Link to this function get_board_labels(board_id, secret)
Link to this function get_board_labels!(board_id, secret)
Link to this function get_board_lists(board_id, secret)
Link to this function get_board_lists!(board_id, secret)
Link to this function get_current_member(secret)
Link to this function get_current_member!(secret)
Link to this function get_full_board(board_id, secret)
Link to this function get_label(label_id, secret)
Link to this function get_label!(label_id, secret)
Link to this function get_list(list_id, secret)
Link to this function get_list!(list_id, secret)
Link to this function get_list_cards(list_id, secret)
Link to this function get_list_cards!(list_id, secret)
Link to this function get_member(member_id, secret)
Link to this function get_member!(member_id, secret)
Link to this function get_member_organizations(member_id, secret)
Link to this function get_member_organizations!(member_id, secret)
Link to this function post(url, body, secret)
Link to this function post!(url, body, secret)
Link to this function post_multipart(url, body, secret)

post via multipart/form-data requried for attachments

body: [{"name", "value"}, {:file, path_to_file}]
Link to this function post_multipart!(url, body, secret)
Link to this function process_error(error)
Link to this function process_success(body)
Link to this function put(url, body, secret)
Link to this function put!(url, body, secret)