Class SpeedyGetRequestBuilder<T>
java.lang.Object
com.github.silent.samurai.speedy.api.client.builder.SpeedyGetRequestBuilder<T>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SpeedyGetRequestBuilder
-
-
Method Details
-
key
- Parameters:
field- the field namevalue- the field value- Returns:
- this builder instance
-
execute
Build and execute the get request using the configured SpeedyApi.- Returns:
- the response from the API
- Throws:
Exception
-