Interface ServiceBlog
-
- All Superinterfaces:
org.fusesource.restygwt.client.RestService
@Path("/mobile/blog") public interface ServiceBlog extends org.fusesource.restygwt.client.RestService
- Author:
- svu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
getPosts(String appId, String categoryId, org.fusesource.restygwt.client.MethodCallback<List<PostDTO>> callback)
-