Interface GraphApi


  • @EndPoint
    @Path("/api")
    public interface GraphApi
    • Method Detail

      • searchGraph

        @Path("/graphic/analyze/:key")
        @GET
        @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03b3\u03c1\u03b1\u03c6\u03b9\u03ba\u03cc/X-GRAPH/BY/NODE")
        io.vertx.core.json.JsonObject searchGraph​(@PathParam("key")
                                                  String key,
                                                  @QueryParam("graph")
                                                  String graph,
                                                  @QueryParam("level")
                                                  Integer level)