You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Ajay Yadava (JIRA)" <ji...@apache.org> on 2015/05/11 15:06:00 UTC

[jira] [Created] (FALCON-1209) Hide low level REST APIs for graph db from users

Ajay Yadava created FALCON-1209:
-----------------------------------

             Summary: Hide low level REST APIs for graph db from users
                 Key: FALCON-1209
                 URL: https://issues.apache.org/jira/browse/FALCON-1209
             Project: Falcon
          Issue Type: Improvement
            Reporter: Ajay Yadava
            Assignee: Ajay Yadava


Falcon Currently exposes several low level rest api for graph db to users e.g. you can query for a particular vertex id. Since ids are numerical, it doesn't make sense to expose these API to users. 

These API are useful for building more meaningful features for users / administrators but they are themselves not useful for users. Having these low level API adds more verbosity to the API without providing any useful features for the external users.  

I intend to remove exposure of these API as REST endpoints but keep the code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)