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?

Vignesh Vaidyanathan Author

I am sorry. Silly of me. πŸ€¦β€β™‚οΈ Thanks for pointing it out. πŸ‘

0 Likes

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

0 Likes
Vignesh Vaidyanathan Author

Thanks for the heads up, I will try it and see. :)

0 Likes

I haven't had any issues with the API for Today, are we using the same endpoint?

0 Likes

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/*

0 Likes

Yeah I use the same endpoint on my front-end client but I never get any issues with it, unless the day I'm requesting is empty of tasks, which sucks.

0 Likes

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. πŸ˜›

0 Likes
Vignesh Vaidyanathan Author

@Sergio : Thanks a lot. I am pretty sure that it doesnt break for my purposes. πŸ‘

0 Likes

Please sign in to leave a comment.