How to get tasks of a user through Makerlog API?
Is there a way to retrieve tasks of a user from ML API. I am not talking about recent 20 tasks like "/users/{username}/recent_tasks/" does but in paginated way. The only way I understood was through above route or by "tasks/" route but this is in public domain.
https://api.getmakerlog.com/tasks/?user=2213 <--------- To see your tasks (you are user 2213)
The API is also well documented, just take a look ;)
Please sign in to leave a comment.