adapter

abstract fun adapter(): Adapter<D>

The Adapter that maps the server response data to/from generated model class D.

This is the low-level API generated by the compiler. Use parseJsonResponse and composeJsonResponse extension functions for a higher level API