Skip to content

Commit 9c903cc

Browse files
Remove generated docs (#44)
1 parent 886589c commit 9c903cc

File tree

168 files changed

+1
-143854
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+1
-143854
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
* text=auto
22

3-
/docs export-ignore
43
/tests export-ignore
54
/.gitattributes export-ignore
65
/.github export-ignore
76
/.gitignore export-ignore
87
/phpunit.xml.dist export-ignore
9-
/sami.php export-ignore
108
/CHANGELOG.md export-ignore
119
/README.md export-ignore

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
.phpunit.result.cache
22
composer.lock
33
phpunit.xml
4-
sami
5-
sami.phar
64
vendor

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $c->authenticate(Client::AUTH_OAUTH_TOKEN, 'your-token-here');
5959
var_dump($c->currentUser()->show());
6060
```
6161

62-
As of time of writing (Saturday 29th June 2019), every endpoint (excluding issue export and import) available on the Bitbucket API 2.0 is also available through this PHP client. I'd recommend looking through the [Bitbucket documentation](https://developer.atlassian.com/bitbucket/api/2/reference/), and also the [generated documentation](https://bitbucketapi.github.io/Client/).
62+
As of time of writing (Saturday 29th June 2019), every endpoint (excluding issue export and import) available on the Bitbucket API 2.0 is also available through this PHP client. I'd recommend looking through the [Bitbucket documentation](https://developer.atlassian.com/bitbucket/api/2/reference/), and also the [source code](https://github.com/BitbucketAPI/Client/tree/3.0/src) to get a full picture of what is available to use.
6363

6464

6565
## Security

docs/Bitbucket.html

Lines changed: 0 additions & 129 deletions
This file was deleted.

docs/Bitbucket/Api.html

Lines changed: 0 additions & 183 deletions
This file was deleted.

0 commit comments

Comments
 (0)