Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F19472009F3 for ; Fri, 20 May 2016 17:22:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F04211609B1; Fri, 20 May 2016 15:22:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0FF97160A2A for ; Fri, 20 May 2016 17:22:51 +0200 (CEST) Received: (qmail 46344 invoked by uid 500); 20 May 2016 15:22:51 -0000 Mailing-List: contact commits-help@allura.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@allura.apache.org Delivered-To: mailing list commits@allura.apache.org Received: (qmail 46292 invoked by uid 99); 20 May 2016 15:22:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2016 15:22:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 090E8E08B6; Fri, 20 May 2016 15:22:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: brondsem@apache.org To: commits@allura.apache.org Date: Fri, 20 May 2016 15:22:53 -0000 Message-Id: In-Reply-To: <349af0ac56af410bb45ca88e84102b88@git.apache.org> References: <349af0ac56af410bb45ca88e84102b88@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/5] allura git commit: [#7965] Updated RAML archived-at: Fri, 20 May 2016 15:22:53 -0000 [#7965] Updated RAML Project: http://git-wip-us.apache.org/repos/asf/allura/repo Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/68f50e90 Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/68f50e90 Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/68f50e90 Branch: refs/heads/master Commit: 68f50e903c1943632d916a5b125d4247e3cc1f46 Parents: a69020b Author: Rohan Verma Authored: Wed May 11 00:35:46 2016 +0530 Committer: Dave Brondsema Committed: Fri May 20 11:22:17 2016 -0400 ---------------------------------------------------------------------- Allura/docs/api-rest/api.raml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/allura/blob/68f50e90/Allura/docs/api-rest/api.raml ---------------------------------------------------------------------- diff --git a/Allura/docs/api-rest/api.raml b/Allura/docs/api-rest/api.raml index 68d8a0f..623709a 100755 --- a/Allura/docs/api-rest/api.raml +++ b/Allura/docs/api-rest/api.raml @@ -87,6 +87,33 @@ documentation: default: read enum: [read, admin, create, update] + /{scm_tool} + description: | + Represents the **Git/Hg/SVN tool** and returns the commit count. + + displayName: SCM Tool + uriParameters: + displayName: Name of SCM Tool + type: string + example: git + + /logs: + description: | + Returns the 25 latest commit logs of the SCM tool + /{rev}: + description: | + Represents the revision ID of a commit from where you want the logs to start. + /{comm}: + Represents the number of commits you want to get from the log. + + /commit: + description: | + Returns the details of the last commit + /{rev}: + description: | + Represents the revision ID of the specific commit you want + + /{wiki}: description: | Represents the **Wiki Tool**.