public class ScoreRequest extends SiftRequest<ScoreResponse>
| Modifier and Type | Method and Description |
|---|---|
protected void |
modifyRequestBuilder(okhttp3.Request.Builder builder)
Use the GET HTTP method instead of the default POST.
|
protected okhttp3.HttpUrl |
path(okhttp3.HttpUrl baseUrl)
For score requests, the api key and abuse types are encoded into the URL as query params
because there is no request body.
|
getAccountId, getFieldSet, send, urlprotected void modifyRequestBuilder(okhttp3.Request.Builder builder)
modifyRequestBuilder in class SiftRequest<ScoreResponse>protected okhttp3.HttpUrl path(okhttp3.HttpUrl baseUrl)
path in class SiftRequest<ScoreResponse>