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 5720f82 commit 13c8c88Copy full SHA for 13c8c88
doc/repo/contents.md
@@ -46,7 +46,7 @@ $fileInfo = $client->api('repo')->contents()->rm('knp-labs', 'php-github-api', $
46
### Get repository archive
47
48
```php
49
-// @todo Document
+$archive = $client->api('repo')->contents()->archive('knp-labs', 'php-github-api', $format, $reference);
50
```
51
52
### Download a file
0 commit comments