-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.json
81 lines (81 loc) · 2.19 KB
/
test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"version": "2.0",
"routeKey": "$default",
"rawPath": "/",
"rawQueryString": "",
"body": {
"repository": {
"type": "repository",
"full_name": "WORKSPACE/REPONAME",
"links": {
"self": {
"href": "https://api.bitbucket.org/2.0/repositories/WORKSPACE/REPONAME"
},
"html": {
"href": "https://bitbucket.org/WORKSPACE/REPONAME"
},
"avatar": {
"href": "https://bytebucket.org/ravatar/%RAVATAR_ID?ts=default"
}
},
"name": "REPONAME",
"scm": "git",
"website": null,
"owner": {
"display_name": "A_DISPLAY_NAME",
"links": {
"self": {
"href": "https://api.bitbucket.org/2.0/users/AUUID"
},
"avatar": {
"href": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/initials/AVATAR.png"
},
"html": {
"href": "https://bitbucket.org/AUUID/"
}
},
"type": "user",
"uuid": "{aUUID}",
"account_id": "ANACCOUNT_ID",
"nickname": "A_NICKNAME"
},
"workspace": {
"type": "workspace",
"uuid": "{AUUID}",
"name": "WORKSPACE_TEST",
"slug": "WORKSPACE",
"links": {
"avatar": {
"href": "https://bitbucket.org/workspaces/WORKSPACE/avatar/?ts=1543729347"
},
"html": {
"href": "https://bitbucket.org/WORKSPACE/"
},
"self": {
"href": "https://api.bitbucket.org/2.0/workspaces/WORKSPACE"
}
}
},
"is_private": true,
"project": {
"type": "project",
"key": "TEST",
"uuid": "{aUUID}",
"name": "Project1",
"links": {
"self": {
"href": "https://api.bitbucket.org/2.0/workspaces/myworkspace/projects/TEST"
},
"html": {
"href": "https://bitbucket.org/MYORG/workspace/projects/TEST"
},
"avatar": {
"href": "https://bitbucket.org/account/user/myworkspace/projects/TEST/avatar/AVATAR"
}
}
},
"uuid": "{AUUID}"
}
},
"isBase64Encoded": "taco"
}