You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "Dies Koper (JIRA)" <ji...@apache.org> on 2012/10/08 14:46:03 UTC

[jira] [Commented] (DTACLOUD-339) RFE: Indicate the operation for certain feature in /api

    [ https://issues.apache.org/jira/browse/DTACLOUD-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13471523#comment-13471523 ] 

Dies Koper commented on DTACLOUD-339:
-------------------------------------

Agreed. Just wondering if an attribute like 'operation' wouldn't be easier to understand:

<link href="http://localhost:3001/api/instances" rel="instances">
  <feature name="metrics" operation="create"></feature>
  <feature name="realm_filter" operation="index"></feature>
... 
                
> RFE: Indicate the operation for certain feature in /api
> -------------------------------------------------------
>
>                 Key: DTACLOUD-339
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-339
>             Project: DeltaCloud
>          Issue Type: New Feature
>            Reporter: Michal Fojtik
>
> Currently, when client get list of feature in /api he got something like:
> <link href="http://localhost:3001/api/instances" rel="instances">
> <feature name="metrics"></feature>
> <feature name="realm_filter"></feature>
> <feature name="user_name"></feature>
> <feature name="user_data"></feature>
> <feature name="authentication_key"></feature>
> </link>
> Unfortunately this does not tell client for what operations does this feature apply. Like the 'realm_filter' apply for the :index operation but the ':user_data' is valid for the create operation.
> I suggest to add something like:
> <link href="http://localhost:3001/api/instances" rel="instances">
>   <feature name="metrics" rel="create"></feature>
>   <feature name="realm_filter" rel="index"></feature>
> ...

--
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