LeanKit / leankit-node-client

LeanKit client for Node.js
MIT License
16 stars 8 forks source link

Is this client still being maintained? #30

Open fritzbrand opened 2 years ago

fritzbrand commented 2 years ago

Hi

New Leankit user, and newbie Node.js developer here. I have been busy implementing some custom functions using this client, but I got stuck when I tried to get the child cards of a card. I can see the endpoints in the API, but I do not see the equivalent functions available in this client.

I am quite new a Node.js coding so I may of course be confused, but I just wanted to check if this client is still being maintained or whether I am better off engaging with the API some other way.

Thanks

reverentgeek commented 2 years ago

Hi @fritzbrand!

As far as I know, this client is not being maintained. It would be better to use the API directly. As you probably already found, there's API documentation available. I would also recommend using a modern HTTP client for Node.js such as axios.

I hope this helps! David