From 792682ae7b04a804597b569edfb91f3804a1d619 Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 13 Mar 2018 19:15:28 +0100 Subject: [PATCH] cheat sheet bitbucket --- cheat/bitbucket.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cheat/bitbucket.md 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} +```