You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the Trello API, with the help of postman. Got the params and all from https://developer.atlassian.com/cloud/trello/rest/.
HTTP requests in the form of startline, header, body.
Used OAuth1.0 for authorisation, API-key and token is saved in postman.
Id of boards is in Boards>Boards info.
Id for list in Boards>Get list in board, params required = {idBoard}
Id for card in Lists>Get card in list, params required ={idList}
Create a card in Cards > Create Card, params required ={idList}, other params = {name,desc}
The text was updated successfully, but these errors were encountered:
mayant15
changed the title
Connecting GtHub and Trello
Connecting GitHub and Trello
Apr 14, 2020
I used the Trello API, with the help of postman. Got the params and all from https://developer.atlassian.com/cloud/trello/rest/.
HTTP requests in the form of startline, header, body.
Used OAuth1.0 for authorisation, API-key and token is saved in postman.
Id of boards is in Boards>Boards info.
Id for list in Boards>Get list in board, params required = {idBoard}
Id for card in Lists>Get card in list, params required ={idList}
Create a card in Cards > Create Card, params required ={idList}, other params = {name,desc}
The text was updated successfully, but these errors were encountered: