Interface ServiceBlog

  • All Superinterfaces:
    org.fusesource.restygwt.client.RestService

    @Path("/mobile/blog")
    public interface ServiceBlog
    extends org.fusesource.restygwt.client.RestService
    Author:
    svu
    • Method Detail

      • getPosts

        @GET
        @Path("{appId}/category/{categoryId}")
        void getPosts​(@PathParam("appId")
                      String appId,
                      @PathParam("categoryId")
                      String categoryId,
                      org.fusesource.restygwt.client.MethodCallback<List<PostDTO>> callback)