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 d04c463 commit f4b35acCopy full SHA for f4b35ac
doc/README.md
@@ -19,6 +19,7 @@ APIs:
19
* [Contents](repo/contents.md)
20
* [Releases](repo/releases.md)
21
* [Assets](repo/assets.md)
22
+ * [Tags](repo/tags.md)
23
* [Deployments](repo/deployments.md)
24
* [Users](users.md)
25
* [Meta](meta.md)
doc/repo/tags.md
@@ -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