Interface CompanyAgent


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

      • company

        @GET
        @Path("company/employee/:eid")
        @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0395\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7/X-COMPANY")
        io.vertx.core.json.JsonObject company​(@PathParam("eid")
                                              String eid)