There was an error while loading. Please reload this page.
GET requests to https://tickgit.augmentable.dev/todos with the repo query param populated with the URL of a git repo, like so:
GET
https://tickgit.augmentable.dev/todos
repo
https://tickgit.augmentable.dev/todos?repo=https://github.com/facebook/react
Will return a simple JSON response:
{"todos":125}
Indicating the total count of TODOs found in the HEAD of that repository.
HEAD
more coming soon!
Similarly, GET requests to https://tickgit.augmentable.dev/todos-badge with the same repo query param:
https://tickgit.augmentable.dev/todos-badge
http://tickgit.augmentable.dev/todos-badge?repo=https://github.com/facebook/react
Will return JSON that can be fed into a shields.io badge: https://shields.io/endpoint