agenda / agenda-rest

Scheduling as a Service
MIT License
143 stars 44 forks source link

Not maintained anymore? #205

Open devagrawal09 opened 2 years ago

devagrawal09 commented 2 years ago

I was looking for something like this for a project that I am working on. Is this not actively maintained anymore? I only see renovate-bot commits for around 2 years now. I would love to contribute and help maintain this project if needed, and if there are issues that need to be worked on.

santiq commented 2 years ago

@devagrawal09

You could try with agendash (https://github.com/agenda/agendash), it exposes an API under the hood

devagrawal09 commented 2 years ago

@santiq is there documentation of the API?

santiq commented 2 years ago

@devagrawal09 No :/

However you can see here the list of endpoints, just 4 (express) https://github.com/agenda/agendash/blob/master/lib/middlewares/express.js

Jaykingamez commented 2 years ago

Same I would also like to contribute. Well, my work needs this package. :(

devagrawal09 commented 2 years ago

@Jaykingamez it might be better just to use agendash and their api

Jaykingamez commented 2 years ago

It seems good. But i kinda need the callbacks that agenda-rest has.