diff --git a/docs/images/REST.svg b/docs/images/REST.svg index 2e6d0ca7e..b803eebcc 100644 --- a/docs/images/REST.svg +++ b/docs/images/REST.svg @@ -1,2 +1,2 @@ -
provided by
<div>provided by</div>
RawRest.Async[RestResponse] <-> Try[R]
(required for every REST method with return type R)
[Not supported by viewer]
requires
[Not supported by viewer]
RawRest.Async[RestResponse] <-> Try[Future[T]]
(when using DefaultRestApiCompanion & friends)
[Not supported by viewer]
by default provided through
<div>by default provided through</div>
RestResponse <-> T
<div>RestResponse <-> T</div>
by default provided through
<div>by default provided through</div>
HttpBody <-> T
<div>HttpBody <-> T</div>
by default provided through
<div>by default provided through</div>
JsonValue <-> T
<div>JsonValue <-> T</div>
GenCodec[T]
(when using DefaultRestApiCompanion & friends)
(usually provided by RestDataCompanion)
[Not supported by viewer]
\ No newline at end of file +
provided by
<div>provided by</div>
RawRest.Async[RestResponse] <-> Try[R]
(required for every REST method with return type R)
[Not supported by viewer]
requires
[Not supported by viewer]
RawRest.Async[RestResponse] <-> Try[Future[T]]
(when using DefaultRestApiCompanion & friends)
[Not supported by viewer]
by default provided through
<div>by default provided through</div>
RestResponse <-> T
<div>RestResponse <-> T</div>
by default provided through
<div>by default provided through</div>
HttpBody <-> T
<div>HttpBody <-> T</div>
by default provided through
<div>by default provided through</div>
JsonValue <-> T
<div>JsonValue <-> T</div>
GenCodec[T]
(when using DefaultRestApiCompanion & friends)
(usually provided by RestDataCompanion)
[Not supported by viewer]
redefine if you want to support async abstractions other than Future
redefine if you want to support async abstractions other than <font face="Courier New">Future</font>
redefine if you want custom response status code or headers
<div>redefine if you want custom response status code or headers</div>
redefine if you want custom content type (other than application/json)
[Not supported by viewer]
redefine if you want custom JSON serialization (other than GenCodec)
<div>redefine if you want custom JSON serialization (other than <font face="Courier New">GenCodec</font>)<br></div>
\ No newline at end of file