Interface FluxService


public interface FluxService
Author:
Jakub Bednar (bednar@github) (04/10/2018 07:47)
  • Method Summary

    Modifier and Type
    Method
    Description
    retrofit2.Call<okhttp3.ResponseBody>
     
    retrofit2.Call<okhttp3.ResponseBody>
    query(okhttp3.RequestBody query)
     
  • 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()