Roblox to Trello Guide

I’ve talked to nstrike over the last few months. He’s currently too busy to push updates.
In fact, he was working on a newer version, with literally everything the REST API has to offer, but the project was been halted ever since, and it’s been a few months.

I created an API with some advice from nstrike159. It has less features, but it uses the PUT and DELETE requests. In this one, it is possible to delete cards, lists, and boards.

I am currently working on labels, the API works on object oriented programming. Manipulating Trello objects is similar to manipulating any other instance in ROBLOX.
I tried using metamethods to make it exactly the same, but due to a Lua 5.1 limitation, it is impossible to yield across the metamethod boundary, which forced me to use methods/functions instead.

1 Like