All Projects → seeebiii → trello-postman-collection

seeebiii / trello-postman-collection

Licence: MIT license
A Postman collection for Trello REST API

Projects that are alternatives of or similar to trello-postman-collection

Pmtoapib
Tool to convert Postman collection exports to Api Blueprint documentation
Stars: ✭ 34 (+70%)
Mutual labels:  postman, postman-collection
Covid 19 Apis
Postman COVID-19 API Resource Center—API collections to help in the COVID-19 fight.
Stars: ✭ 111 (+455%)
Mutual labels:  postman, postman-collection
Restdocs To Postman
Converts Spring REST Docs cURL snippets to Postman and Insomnia collections
Stars: ✭ 39 (+95%)
Mutual labels:  postman, postman-collection
graphql-to-postman
Plugin for converting GraphQL to the Postman Collection (v2) format
Stars: ✭ 27 (+35%)
Mutual labels:  postman, postman-collection
pmpact
A command line tool to convert Pact files to Postman collections.
Stars: ✭ 15 (-25%)
Mutual labels:  postman, postman-collection
Gin Boilerplate
The fastest way to deploy a restful api's with Gin Framework with a structured project that defaults to PostgreSQL database and JWT authentication middleware stored in Redis
Stars: ✭ 559 (+2695%)
Mutual labels:  postman, postman-collection
openman
Postman to OpenAPI Spec converter with mocking and documentation
Stars: ✭ 17 (-15%)
Mutual labels:  postman, postman-collection
postman-to-k6
Converts Postman collections to k6 script code
Stars: ✭ 269 (+1245%)
Mutual labels:  postman, postman-collection
Azuredevops Postman Collections
The collections allow you to test common Azure DevOps Rest APIs from within Postman.
Stars: ✭ 182 (+810%)
Mutual labels:  postman, postman-collection
Postman To K6
Converts Postman collections to k6 script code
Stars: ✭ 180 (+800%)
Mutual labels:  postman, postman-collection
Postman Code Generators
Common repository for all code generators shipped with Postman
Stars: ✭ 526 (+2530%)
Mutual labels:  postman, postman-collection
Godot-Trello-Reporting-Tool
A tool to create Trello cards and add attachments from an in-game Godot interface.
Stars: ✭ 44 (+120%)
Mutual labels:  trello, trello-api
axon
Autogenerate Integration Tests
Stars: ✭ 49 (+145%)
Mutual labels:  postman, postman-collection
Newman
Newman is a command-line collection runner for Postman
Stars: ✭ 5,607 (+27935%)
Mutual labels:  postman, postman-collection
postman-webex
Postman collections for Webex REST APIs
Stars: ✭ 97 (+385%)
Mutual labels:  postman, postman-collection
Swaggman
OpenAPI Spec SDK and Converter for OpenAPI 3.0 and 2.0 Specs to Postman 2.0 Collections. Example RingCentral spec included.
Stars: ✭ 94 (+370%)
Mutual labels:  postman, postman-collection
Messenger Platform Postman Collection
A delicious Postman collection for all your Messenger Platform needs.
Stars: ✭ 150 (+650%)
Mutual labels:  postman, postman-collection
Apiary2postman
Tool for generating a Postman collection from Blueprint API markup or the Apiary API
Stars: ✭ 194 (+870%)
Mutual labels:  postman, postman-collection
trobot
Make your own trello bot in node.js
Stars: ✭ 21 (+5%)
Mutual labels:  trello, trello-api
trello-full-backup
Python script to backup everything from Trello: boards, lists, cards and attachments
Stars: ✭ 119 (+495%)
Mutual labels:  trello

trello-postman-collection

A Postman collection for Trello REST Api. Collection is saved in v2.

Install

  1. Download the collection file and save it on your computer.
  2. Follow these instructions to include it into your Postman.
  3. Consider the notes below and use it :)

Notes

  • You have to create an environment in Postman including at least the key host. This should always have the value https://api.trello.com/1. Take a look here on how to create environments.
  • Since Trello is using OAuth 1.0a, for a request you need to select OAuth 1.0 within the Authorization tab in Postman. Take a look here. Therefore in this Trello collection, the following keys are assumed to be available in the environment configuration: consumer_key, consumer_secret, token, token_secret. Take a look here and get your Trello API keys.

Supported Endpoints

Method Path
GET /boards
GET /boards/:id
GET /boards/:id/actions
GET /boards/:id/cards
GET /boards/:id/labels
GET /boards/:id/lists
GET /boards/:id/members
GET /boards/:id/organization
PUT /boards/:id
POST /boards
GET /cards/:id
GET /cards/:id/actions
GET /cards/:id/attachments
GET /cards/:id/board
GET /cards/:id/checklists
GET /cards/:id/list
GET /cards/:id/members
GET /cards/:id/stickers
PUT /cards/:id
PUT /cards/:id/desc
POST /cards
DELETE /cards/:id
GET /lists/:id
GET /lists/:id/actions
GET /lists/:id/board
GET /lists/:id/cards
PUT /lists/:id
POST /lists
GET /members/me
GET /members/:id/actions
GET /members/:id/boards
GET /members/:id/cards
GET /members/:id/notifications
GET /members/:id/organizations
GET /members/:id/tokens
GET /tokens/:token
GET /tokens/:token/webhooks
GET /webhooks/:id
PUT /webhooks
DELETE /webhooks/:id

License

MIT License

Copyright (c) 2017 Sebastian Hesse

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].