gsdsdk / com.gsd.software.sdk.netconnector.api / DynamicApi

DynamicApi

interface DynamicApi

Created by Maksim Shumko on 7/22/2020.

Functions

Name Summary
get abstract fun get(url:String, headers:Map<String,String>, queryMap:Map<String,String>): Call<ResponseObject>
patch abstract fun patch(url:String, body: RequestBody, headers:Map<String,String>, queryMap:Map<String,String>): Call<ResponseObject>
post abstract fun post(url:String, body: RequestBody, headers:Map<String,String>, queryMap:Map<String,String>): Call<ResponseObject>