public interface SteamMetrics
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<SteamMetricsV3> |
fetch() |
retrofit2.Call<SteamMetricsV3> |
fetch(java.lang.String _exclude_fields)
Get metrics for Steam from H2O.
|
@GET(value="/3/SteamMetrics") retrofit2.Call<SteamMetricsV3> fetch(@Field(value="_exclude_fields") java.lang.String _exclude_fields)
_exclude_fields - Comma-separated list of JSON field paths to exclude from the result, used like:
"/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"@GET(value="/3/SteamMetrics") retrofit2.Call<SteamMetricsV3> fetch()