GithubHelp home page GithubHelp logo

trello-elixir's Introduction

Trello

Wrapper for trello api

Getting Started

config :trello,
  app_key: "23o4hqsfkdhalsdjfalksjdfl;",
  name: "Test App"
To use env key
config :trello,
  app_key: {:system, "TRELLO_KEY"}

Methods

Secret is from authorization via trello. You can use generate_auth_url to generate the url

  • generate_auth_url(config) - %{scope: "account,write,read", exipiry: "never", response_type: "token"}

  • get(url, secret)

  • get!(url, secret)

  • post(url, body, secret)

  • post!(url, body, secret)

  • put(url, body, secret)

  • put!(url, body, secret)

  • delete(url, secret)

  • delete!(url, secret)

  • get_board(board_id, secret)

  • get_board!(board_id, secret)

  • get_full_board(board_id, secret) - Board with lists and cards

  • get_board_cards(board_id, secret)

  • get_board_cards!(board_id, secret)

  • get_board_labels(board_id, secret)

  • get_board_labels!(board_id, secret)

  • get_board_lists(board_id, secret)

  • get_board_lists!(board_id, secret)

  • get_label(label_id, secret)

  • get_label!(label_id, secret)

  • get_list(list_id, secret)

  • get_list!(list_id, secret)

  • add_comment_to_card( card_id, comment, secret )

  • add_comment_to_card!( card_id, comment, secret )

  • get_list_cards(list_id, secret)

  • get_list_cards!(list_id, secret)

  • get_member(member_id, secret)

  • get_member!(member_id, secret)

trello-elixir's People

Contributors

mikaak avatar mindreframer avatar douglasjsellers avatar sheharyarn avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.