Interface DocumentCategoryRetrofitAPI
public interface DocumentCategoryRetrofitAPI
Created by Cecropia on 9/12/14.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getDocumentCategories
(APIRetrofitCallback<List<DocumentCategory>> callback)
-
Method Details
-
getDocumentCategories
@GET("/exxtractor/api/v2/files") void getDocumentCategories(APIRetrofitCallback<List<DocumentCategory>> callback)
-