Skip to content

Commit f4b35ac

Browse files
author
Einenlum
committed
Add documentation for tags methods
1 parent d04c463 commit f4b35ac

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

doc/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ APIs:
1919
* [Contents](repo/contents.md)
2020
* [Releases](repo/releases.md)
2121
* [Assets](repo/assets.md)
22+
* [Tags](repo/tags.md)
2223
* [Deployments](repo/deployments.md)
2324
* [Users](users.md)
2425
* [Meta](meta.md)

doc/repo/tags.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Repo / Tags API
2+
[Back to the "Repos API"](../repos.md) | [Back to the navigation](../README.md)
3+
4+
### List all tags
5+
6+
```php
7+
$tags = $client->api('repo')->tags('twbs', 'bootstrap');
8+
```

0 commit comments

Comments
 (0)