We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c1b96 commit 02a983aCopy full SHA for 02a983a
docs/API.md
@@ -17,6 +17,8 @@ Will return a simple JSON response:
17
18
Indicating the total count of TODOs found in the `HEAD` of that repository.
19
20
+To supply a branch name, send a `branch` query param with your request.
21
+
22
_more coming soon!_
23
24
### TODOs Badge
@@ -27,4 +29,6 @@ Similarly, `GET` requests to `https://tickgit.augmentable.dev/todos-badge` with
27
29
http://tickgit.augmentable.dev/todos-badge?repo=https://github.com/facebook/react
28
30
```
31
32
+The `branch` query param will also work as above.
33
34
Will return JSON that can be fed into a shields.io badge: [https://shields.io/endpoint](https://shields.io/endpoint)
0 commit comments