Package cn.zeroup.macrocosm.api.legacy
Interface TodoAgent
-
@EndPoint @Path("/api") public interface TodoAgent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.core.json.JsonObjectbyId(String key)
-
-
-
Method Detail
-
byId
@Path("/todo/:key") @GET @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03a1\u03bf\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2/W-TODO/BY-ID") io.vertx.core.json.JsonObject byId(@PathParam("key") String key)
-
-