public interface endpoints
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<EndpointsListV4> |
listRoutes4() |
retrofit2.Call<EndpointsListV4> |
listRoutes4(java.lang.String __schema)
Returns the list of all REST API (v4) endpoints.
|
@GET(value="/4/endpoints") retrofit2.Call<EndpointsListV4> listRoutes4(@Field(value="__schema") java.lang.String __schema)
__schema - Url describing the schema of the current object.@GET(value="/4/endpoints") retrofit2.Call<EndpointsListV4> listRoutes4()