Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 47B5BF09C for ; Mon, 15 Apr 2013 19:58:17 +0000 (UTC) Received: (qmail 94582 invoked by uid 500); 15 Apr 2013 19:58:16 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 94512 invoked by uid 500); 15 Apr 2013 19:58:16 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 94456 invoked by uid 99); 15 Apr 2013 19:58:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Apr 2013 19:58:16 +0000 Date: Mon, 15 Apr 2013 19:58:16 +0000 (UTC) From: "Aleksandr Shulman (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8345) Add all available resources in o.a.h.h.rest.RootResource and VersionResource to o.a.h.h.rest.client.RemoteAdmin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13632098#comment-13632098 ] Aleksandr Shulman commented on HBASE-8345: ------------------------------------------ [~apurtell], do you know of any documentation that lists the REST resources that we support? If not, we should have that available for developers. > Add all available resources in o.a.h.h.rest.RootResource and VersionResource to o.a.h.h.rest.client.RemoteAdmin > --------------------------------------------------------------------------------------------------------------- > > Key: HBASE-8345 > URL: https://issues.apache.org/jira/browse/HBASE-8345 > Project: HBase > Issue Type: Improvement > Components: Client, REST > Affects Versions: 0.94.6.1 > Reporter: Aleksandr Shulman > Assignee: Aleksandr Shulman > Priority: Minor > Labels: rest_api > Fix For: 0.94.7 > > > In our built-in REST clients, we should add in more of the available REST resources. This will allow users to build more capable RESTful applications against our REST API. > These clients are located in the o.a.h.h.rest.client package. > In this case, I want to add the resources not already included in / and /version to o.a.h.h.rest.client.RemoteAdmin. This includes, /status/cluster, /version/rest and /version/cluster, among others. > The RemoteAdmin class is a logical place for these methods because it is not related to a specific table (those methods should go into RemoteHTable). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira