cheat sheet bitbucket

This commit is contained in:
Morgan 2018-03-13 19:15:28 +01:00 committed by GitHub
parent b59a6b03df
commit 792682ae7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
cheat/bitbucket.md Normal file
View File

@ -0,0 +1,6 @@
using https://api.bitbucket.org/2.0/user/emails
example output :
```
{"pagelen": 10, "values": [{"is_primary": true, "is_confirmed": true, "type": "email", "email": "<xxxxxx@gmail.com>", "links": {"self": {"href": "https://api.bitbucket.org/2.0/user/emails/<xxxxxx@gmail.com>"}}}], "page": 1, "size": 1}
```