Package com.guinetik.rr
Interface RocketRest.SyncApi
-
- Enclosing class:
- RocketRest
public static interface RocketRest.SyncApiInterface for synchronous API operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Tdelete(String endpoint, Class<T> responseType)<Req,Res>
Resexecute(RequestSpec<Req,Res> requestSpec)<T> Tget(String endpoint, Class<T> responseType)<T> Tget(String endpoint, Class<T> responseType, Map<String,String> queryParams)<Res> Respost(String endpoint, Class<Res> responseType)<Req,Res>
Respost(String endpoint, Req body, Class<Res> responseType)<Res> Resput(String endpoint, Class<Res> responseType)<Req,Res>
Resput(String endpoint, Req body, Class<Res> responseType)
-
-
-
Method Detail
-
execute
<Req,Res> Res execute(RequestSpec<Req,Res> requestSpec)
-
-