- Companion
- class
trait JsonAjaxClient
trait Json[[A] =>> JsonCodec[A]]
trait WithRetries[[A] =>> JsonCodec[A]]
trait AjaxClient[[A] =>> JsonCodec[A]]
class Object
trait Matchable
class Any
Value members
Inherited methods
override def call(p: AjaxProtocol[[A] =>> JsonCodec[A]])(req: RequestType): AsyncCallback[Response[ResponseType]]
- Definition Classes
- Json -> WithRetries
- Inherited from
- Json
protected def callWithRetry(p: AjaxProtocol[[A] =>> JsonCodec[A]])(req: RequestType): AsyncCallback[Response[ResponseType]]
- Inherited from
- WithRetries