API for getting tasks from Makerlog.
Is there a way to actually get the details for the tasks a person has added based on certain filters from Makerlog to integrate into other apps?
I am sorry. Silly of me. π€¦ββοΈ Thanks for pointing it out. π
the task api are not so stable at the moment. you get a lot of timeouts. i think you're not gonna be happy with it at the moment :D
My test at https://github.com/pcsg/pcsg-makerlog-php-client/blob/master/tests/PCSG/Makerlog/Api/TasksTest.php is regularly wrong. sergio knows that already.
because of the timeouts, i commented out the test. there are no limit options at the moment. but individual tasks should maybe work better
//edit
endpoint is /tasks/
/tasks/*
Hey Vignesh, if you have any API issues don't hesitate to message me. I'm a little slow answering requests, but I always get around to doing so :)
And on the timeouts for tasks - a patch is coming soon - i'm just working on making sure it doesn't break the frontend. Refactoring to add pagination is fundamental and it takes time. π
@Sergio : Thanks a lot. I am pretty sure that it doesnt break for my purposes. π
Please sign in to leave a comment.