diff --git a/cheat/bitbucket.md b/cheat/bitbucket.md new file mode 100644 index 0000000..9623bb5 --- /dev/null +++ b/cheat/bitbucket.md @@ -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": "", "links": {"self": {"href": "https://api.bitbucket.org/2.0/user/emails/"}}}], "page": 1, "size": 1} +```