You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2015/12/08 13:30:10 UTC

[jira] [Created] (TINKERPOP-1031) Map URL routes to static method execution in REST API

stephen mallette created TINKERPOP-1031:
-------------------------------------------

             Summary: Map URL routes to static method execution in REST API
                 Key: TINKERPOP-1031
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1031
             Project: TinkerPop
          Issue Type: Improvement
          Components: server
    Affects Versions: 3.1.0-incubating
            Reporter: stephen mallette
            Priority: Minor


So a request like this:

http://localhost:8182/Ping/ping?args=pong

would call a static method in bound to the Script Engine as {{Ping.ping("pong")}}.  Sandboxing could provide security - or perhaps some other method.  This one needs more thought - just an idea.



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