Api Request
Represents api request methods.
Constructors
Functions
Link copied to clipboard
fun <M : PenicillinCursorModel<T>, T : Any> cursorJsonObject(converter: (JsonObject) -> M): CursorJsonObjectApiAction<M, T>
Content copied to clipboard
Creates CursorJsonObjectApiAction from this request.
Link copied to clipboard
Creates EmptyApiAction from this request.
Link copied to clipboard
fun <M : PenicillinModel> jsonArray(converter: (JsonObject) -> M): JsonArrayApiAction<M>
Content copied to clipboard
Creates JsonArrayApiAction from this request.
Link copied to clipboard
fun <M : PenicillinModel> jsonObject(converter: (JsonObject) -> M): JsonObjectApiAction<M>
Content copied to clipboard
Creates JsonObjectApiAction from this request.
Link copied to clipboard
fun <M : PremiumSearchModel> premiumSearchJsonObject(environment: PremiumSearchEnvironment, converter: (JsonObject) -> M): PremiumSearchJsonObjectApiAction<M>
Content copied to clipboard
Creates PremiumSearchJsonObjectApiAction from this request.
Link copied to clipboard
fun <L : StreamListener, H : StreamHandler<L>> stream(): StreamApiAction<L, H>
Content copied to clipboard
Creates StreamApiAction from this request.
Link copied to clipboard
Creates TextApiAction from this request.
Properties
Extensions
Link copied to clipboard
Shorthand extension to ApiClient.