Class SpeedyClient<T>
java.lang.Object
com.github.silent.samurai.speedy.api.client.SpeedyClient<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> SpeedyClient<T>from(HttpClient<T> httpClient) static SpeedyClient<org.springframework.test.web.servlet.ResultActions>mockMvc(org.springframework.test.web.servlet.MockMvc mockMvc) query(SpeedyQuery query) static SpeedyClient<SpeedyResponse>restTemplate(org.springframework.web.client.RestTemplate restTemplate, String baseUrl)
-
Constructor Details
-
SpeedyClient
-
-
Method Details
-
restTemplate
public static SpeedyClient<SpeedyResponse> restTemplate(org.springframework.web.client.RestTemplate restTemplate, String baseUrl) -
mockMvc
public static SpeedyClient<org.springframework.test.web.servlet.ResultActions> mockMvc(org.springframework.test.web.servlet.MockMvc mockMvc) -
from
-
update
-
get
-
delete
-
create
-
query
-