Sha256: 32ae45752bb91eec20f55db9f65a515ec5629681f24f7de1d8cc15ce69e82adc

Contents?: true

Size: 814 Bytes

Versions: 3

Compression:

Stored size: 814 Bytes

Contents

version_1:
  boards_all: '/members/me/boards'
  board_by_id: '/boards/%{external_id}'
  card_by_id: '/cards/%{external_id}'
  list_by_id: '/lists/%{external_id}'
  member_by_id: '/members/%{external_id}'
  cards_by_board_id: '/boards/%{external_id}/cards'
  cards_by_list_id: '/lists/%{external_id}/cards'
  comments_by_board_id: '/boards/%{external_id}/actions'
  comments_by_card_id: '/cards/%{external_id}/actions'
  comments_by_list_id: '/lists/%{external_id}/actions'
  lists_by_board_id: '/boards/%{external_id}/lists'
  members_by_board_id: '/boards/%{external_id}/members'
  create_board: '/boards'
  create_card: '/cards'
  create_comment: '/cards/%{external_id}/actions/comments'
  create_list: '/lists'
  move_card_list: '/cards/%{external_id}/idList'
  move_card_board: '/cards/%{external_id}/idBoard'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
troo-0.0.11 config/trello_api.yml
troo-0.0.10 config/trello_api.yml
troo-0.0.9 config/trello_api.yml