Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connecting GitHub and Trello #16

Closed
fahad-30 opened this issue Apr 14, 2020 · 2 comments
Closed

Connecting GitHub and Trello #16

fahad-30 opened this issue Apr 14, 2020 · 2 comments

Comments

@fahad-30
Copy link
Contributor

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}

@mayant15 mayant15 changed the title Connecting GtHub and Trello Connecting GitHub and Trello Apr 14, 2020
@mayant15
Copy link
Member

@mayant15
Copy link
Member

Done with b4e2e91. See #49 for enhancements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants