Interface FluxService
public interface FluxService
- Author:
- Jakub Bednar (bednar@github) (04/10/2018 07:47)
-
Method Summary
-
Method Details
-
query
@Streaming @POST("api/v2/query") @Nonnull @Headers("Content-Type: application/json") retrofit2.Call<okhttp3.ResponseBody> query(@Nonnull @Body okhttp3.RequestBody query) -
ping
@GET("ping") retrofit2.Call<okhttp3.ResponseBody> ping()
-