Aiden's Trello API V2 [DISCONTINUED]

Aiden’s Trello API

GitHub | Wiki

Starting from today, 17/01/2022, the Trello API will be labeled as Discontinued. I never realised that the Github Repo and Wiki was deleted which is my mistake. I have also come to the conclusion to drift away from Roblox as a developer for a while as times are getting tough. I sadly do not have the source code for it so no one can remaster this. I apologize for the inconvenience and I hope you can find a new resource to help you.


Original Post

Hello! I have created yet another Trello API. I have created this since my other Trello API was actually not working. I couldn’t be bothered fixing it so instead I just started creating a new, better Trello API that will hopefully be updated much more.

Now, please don’t be mad but for the Beta Build of this, it will be hosted of GitHub. It may seem sketchy but I just want everything to be hosted on GitHub at the moment. It will be uploaded onto Roblox after the Beta Build Phase is over.

For now, the API currently has 5 functions but I’m hoping to release other functions throughout this month and next month. Sorry for the long wait.


Now, with this new version, setting up the API couldn’t be anymore easier! Now, you can do it in the ServerScript!

Starting Off

First off, you should get the model from the Releases page on the GitHub Repository.

Now that you have got the model, now we can start. First you should start off by requiring the module like so:

local TrelloAPI = require(Location.To.Module)


Now that you have required the module, we can now properly start using it. Next, you should initiate the module. To do so, write this line of code:

local TrelloInit = TrelloAPI:Init('Key', 'Token')

In the Key and Token section, you want to get your Trello API information. To do so, go to https://trello.com/app-key and copy your application key.

Paste that string into the Key section.


Now, you need your Token. Scroll down a bit and you should see Generate A Token.

Screen Shot 2020-07-15 at 11.48.07 am

Click that and on the bottom right, click allow. Now copy that string and paste it into the Token section.


Other Tutorials/Documentation

Trello API Wiki: https://github.com/Aiden-12114/TrelloAPI/wiki


I apologise for the big post and hosting it on the GitHub! I promise it will soon be on the Roblox Website. I’m currently using GitHub to manage the version releases so that’s why I’m using it.

If you have any issues, please comment on this post of DM me on the DevForum. Feel free to also raise the issue on the GitHub Repo. Thank you can goodbye!

6 Likes

Beta-0.2 Released With More Features

https://github.com/Aiden-12114/TrelloAPI/releases/tag/beta-0.2

New Features:

-GetCardInfo()
-DeleteCard()
-ArchiveList()
-GetCardInfo()
-GetListInfo() NOT TESTED
-GetListID()

3 Likes