dwaring87 / rtm-api

Remember the Milk API Interface
MIT License
6 stars 5 forks source link

FUTURE MAINTENANCE #10

Open dwaring87 opened 1 year ago

dwaring87 commented 1 year ago

Unfortunately, this project (along with the rtm-cli) is not something I've had the chance to put any work into over the last few years.

If anyone has a fork that they are currently maintaining, feel free to leave a comment below and I can link to it from the README of this repo so others can more easily find it.

beauraines commented 1 year ago

Sign me up @dwaring87 I've spent the last few weeks thinking and digging into what the code is doing, but more importantly how you wrote it. I've started moving some functions to promise based and implementing some newer libraries. I figured out why the url command has been a problem for me. It creates an RTM Task for everything that comes back, so I've written a new function to only create an RTM Task for the specified task index and it keeps that separation of the front end and backend.

I think I'm ready to take this on!