File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### TODOs Badge
4
4
5
- ` GET ` requests to ` https://api.tickgit.com/badgen ` with a ` repo ` query param :
5
+ ` GET ` requests to ` https://api.tickgit.com/badgen ` with a ` repo ` path segment :
6
6
7
7
```
8
8
https://api.tickgit.com/badgen/github.com/facebook/react
9
9
```
10
10
11
- Supplying a ` branch ` param will lookup a specific branch.
11
+ Supplying a ` branch ` segment will lookup a specific branch. ` master ` is the branch used if none is specified .
12
12
13
13
```
14
14
https://api.tickgit.com/badgen/github.com/facebook/react/branch-name
15
15
```
16
16
17
17
Will return JSON that can be fed into a badgen badge: [ https://badgen.net/https ] ( https://badgen.net/https )
18
18
19
+ ```
20
+ [](https://www.tickgit.com/browse?repo=github.com/augmentable-dev/tickgit)
21
+ ```
22
+
19
23
[ ![ TODOs] ( https://badgen.net/https/api.tickgit.com/badgen/github.com/augmentable-dev/tickgit )] ( https://www.tickgit.com/browse?repo=github.com/augmentable-dev/tickgit )
You can’t perform that action at this time.
0 commit comments