cheat sheet bitbucket
This commit is contained in:
parent
b59a6b03df
commit
792682ae7b
6
cheat/bitbucket.md
Normal file
6
cheat/bitbucket.md
Normal 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}
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user