[ee46bc]: / Allura / docs / api-rest / examples / auth-tools.json  Maximize  Restore  History

Download this file

24 lines (24 with data), 898 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"tools": [
{
"url": "https://forge-allura.apache.org/p/test/code/",
"api_url": "https://forge-allura.apache.org/rest/p/test/code/",
"mount_label": "Code",
"mount_point": "code",
"name": "git",
"project_name": "Test",
"clone_url_https_anon": "https://forge-allura.apache.org/git/p/test/code/",
"clone_url_ro": "git://forge-allura.apache.org/git/p/test/code"
},
{
"url": "https://forge-allura.apache.org/u/someuser/widgets-fork/",
"api_url": "https://forge-allura.apache.org/rest/u/someuser/widgets-fork/",
"mount_label": "Widgets - Fork",
"mount_point": "widgets-fork",
"name": "git",
"project_name": "someuser",
"clone_url_https_anon": "https://forge-allura.apache.org/git/u/someuser/widgets-fork",
"clone_url_ro": "git://forge-allura.apache.org/git/u/someuser/widgets-fork"
}
]
}