Quaerit Services • TrelloAPI
Group Introduction:
We are a group of developers who offer services for ambitious groups, create projects and are open for commissions. You can find us on the communications server for more information!
[Free Relase] - TrelloAPI Module:
Hello Roblox Developers, The roblox Community has never released a working TrelloAPI Model, even though, Trello is used in a lot of games.
A Trello API was released in 2018, however it is very confusing and not all things are working properly, we decided to create another one that is much ordered and with simple and clear functions & Documentation.
Warnings: This API allows you to do a lot of things related to an RP / roblox game, We haven’t rewritten the entire Trello API, but if you need some specific features we’ll be happy to add them to the module.
Before start using our TrelloAPI Enabled HTTP Request on game and Add you’re TrelloAPIKey & TrelloToken On the settings Folder (Inside TrelloAPI Module)
Below is an example of how to require the TrelloAPI to you’re roblox game and use it.
-- // Require TrelloAPI
local TrelloEvent = game.ReplicatedStorage:WaitForChild("TrelloEvent")
local TrelloAPI = require(game.ServerScriptService:WaitForChild("TrelloAPI"))
local BoardID = TrelloAPI.BoardsAPI.GetBoardID("RobloxTest")
local ListId = TrelloAPI.BoardsAPI.GetListID(BoardID,"VerifiedUsers")
--[[ You can access 3 different categories of functions.
TrelloAPI.BoardsAPI
TrelloAPI.CardsAPI
TrelloAPI.CommentsAPI
--]]
-- // Example Script (ServerScript)
TrelloEvent.OnServerEvent:Connect(function(Player)
if TrelloAPI.CardsAPI.GetCardOnList(ListId,Player.Name) then
print("Congratulations, you're on our Trello Board!")
else
print("Sorry you're not in our Trello Board.")
end
end)
If you need help setting up or making a code regarding our API module, don’t hesitate to ask for it under this message.
Got an idea for improving this code or do you want another feature?
Let us know here, under this message.
Need help scripting something complex?
Take a look at our Roblox Group and Communication Server: Roblox Group
If you find any bug, please let me know here.
Get TrelloAPI Now: Click Here
Read New Documentation: Click Here
Support us By Click if you liked this resource.
Credits: @Sonostrano20 , @FuryX547