API Startup & Documentation

Here we will describe all the steps to initialize the API in your roblox studio successfully.

Model Setup

🢞 Step [ 1 ]

Get the official API model from Roblox site and get the model, make sure the author is "Quaerit Services."

Make Sure to leave a 👍 to the TrelloAPI Model if you think it's a good resource.

🢞 Step [ 2 ]

Open Roblox Studio, and go to your place where you want to insert TrelloAPI.

🢞 Step [ 3 ]

Open the toolbox, go to your models section and search for the model TrelloAPI [ReMade] after finding that click on it and insert in workspace.

🢞 Step [ 4 ]

Grab the template and drag it into "ServerScriptService".

API Setup

In order to use the API you will need to enter your Trello API key & Token.

🢞 Step [ 1 ]

Go to this website you will get the API key as soon as you open the site.

Copy it, go back to your TrelloAPI Model, Open it and find the Configuration Box called "Settings", after you find them, open them and place your API key on the value TrelloKey.

🢞 Step [ 2 ]

Go back to the website in order to get TrelloToken, token can be found under the API Key

Click on it, Continue to the next page and click "Allow", after that trello Website will Redirect you to your TrelloToken Page. Copy it, go back to your TrelloAPI Model, Open it and find the Configuration Box called "Settings", after you find them, open them and place your Trello Token on the value TrelloToken.

🎉 Congratulations, TrelloAPI is now ready to be used!

Last updated