JsonRequest

interface JsonRequest<M : PenicillinModel>

Represents this request is expected to receive json response, and it's parsed with PenicillinModel.

Properties

Link copied to clipboard
abstract val converter: (JsonObject) -> M

Json model converter.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard