summaryrefslogtreecommitdiffstats
path: root/docs/02_rpc.mkd
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-10-28 08:08:00 -0400
committerJames Moger <james.moger@gitblit.com>2011-10-28 08:08:00 -0400
commitc75304637f5535e634e57d4ed933c0fdb594d890 (patch)
tree347171533279f8c75bb3be8914ab665186800969 /docs/02_rpc.mkd
parent565ee056cd74a119b6b7c108239a6470976d02b7 (diff)
downloadgitblit-c75304637f5535e634e57d4ed933c0fdb594d890.tar.gz
gitblit-c75304637f5535e634e57d4ed933c0fdb594d890.zip
Added a list branches rpc
Diffstat (limited to 'docs/02_rpc.mkd')
-rw-r--r--docs/02_rpc.mkd7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/02_rpc.mkd b/docs/02_rpc.mkd
index 13bf8eff..bf2cf24b 100644
--- a/docs/02_rpc.mkd
+++ b/docs/02_rpc.mkd
@@ -18,6 +18,7 @@ The Gitblit RPC mechanism, like the Gitblit JGit servlet, syndication/feed servl
<tr><th>req=</th><th>name=</th><th>post body</th><th>response body</th></tr>
<tr><td colspan='5'><em>web.enableRpcServlet=true</em></td></tr>
<tr><td>LIST_REPOSITORIES</td><td>-</td><td>-</td><td>-</td><td>Map&lt;String, RepositoryModel&gt;</td></tr>
+<tr><td>LIST_BRANCHES</td><td>-</td><td>-</td><td>-</td><td>Map&lt;String, List&lt;String&gt;&gt;</td></tr>
<tr><td colspan='5'><em>web.enableRpcManagement=true</em></td></tr>
<tr><td>CREATE_REPOSITORY</td><td>repository name</td><td><em>admin</em></td><td>RepositoryModel</td><td>-</td></tr>
<tr><td>EDIT_REPOSITORY</td><td>repository name</td><td><em>admin</em></td><td>RepositoryModel</td><td>-</td></tr>
@@ -208,6 +209,9 @@ The original repository name is specified in the *name* url parameter. The new
<pre>
{
"bootDate": "2011-10-22T12:13:00Z",
+ "version": "0.7.0-SNAPSHOT",
+ "releaseDate": "PENDING",
+ "isGO": true,
"systemProperties": {
"file.encoding": "Cp1252",
"java.home": "C:\\Program Files\\Java\\jdk1.6.0_26\\jre",
@@ -226,6 +230,7 @@ The original repository name is specified in the *name* url parameter. The new
},
"heapAllocated": 128057344,
"heapFree": 120399168,
- "heapSize": 1899560960
+ "heapSize": 1899560960,
+ "servletContainer": "jetty/7.4.3.v20110701"
}
</pre> \ No newline at end of file