Skip to content

Commit

Permalink
Fixed date
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jun 29, 2019
1 parent 2492d52 commit c826e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $c->authenticate(Client::AUTH_OAUTH_TOKEN, 'your-token-here');
var_dump($c->currentUser()->show());
```

As of time of writing (Monday 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/).
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/).


## Security
Expand Down

0 comments on commit c826e05

Please sign in to comment.