endpoints
EndpointPlayClient
Related Doc:
package endpoints
class
EndpointPlayClient
extends
EndpointAlg
with
UrlClient
Source
EndpointPlayClient.scala
Linear Supertypes
UrlClient
,
EndpointAlg
,
UrlAlg
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
EndpointPlayClient
UrlClient
EndpointAlg
UrlAlg
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
EndpointPlayClient
(
wsClient:
WSClient
)
(
implicit
ec:
ExecutionContext
)
Type Members
type
Endpoint
[
I
,
O
]
= (
I
) ⇒
Future
[
Either
[
Throwable
,
O
]]
Definition Classes
EndpointPlayClient
→ EndpointAlg
type
Headers
[
A
]
= (
A
,
WSRequest
) ⇒
WSRequest
Definition Classes
EndpointPlayClient
→ EndpointAlg
trait
Path
[
A
]
extends
Url
[
A
] with
PathOps
[
A
]
Definition Classes
UrlClient
trait
PathOps
[
A
]
extends
AnyRef
Definition Classes
UrlAlg
trait
QueryString
[
A
]
extends
QueryStringOps
[
A
]
Definition Classes
UrlClient
trait
QueryStringOps
[
A
]
extends
AnyRef
Definition Classes
UrlAlg
type
QueryStringValue
[
A
]
= (
A
) ⇒
String
Definition Classes
UrlClient
→ UrlAlg
type
Request
[
A
]
= (
A
) ⇒
Future
[
WSResponse
]
Definition Classes
EndpointPlayClient
→ EndpointAlg
type
RequestEntity
[
A
]
= (
A
,
WSRequest
) ⇒
Future
[
WSResponse
]
Definition Classes
EndpointPlayClient
→ EndpointAlg
type
Response
[
A
]
= (
WSResponse
) ⇒
Either
[
Throwable
,
A
]
Definition Classes
EndpointPlayClient
→ EndpointAlg
trait
Segment
[
A
]
extends
AnyRef
Definition Classes
UrlClient
trait
Url
[
A
]
extends
AnyRef
Definition Classes
UrlClient
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
chainPaths
[
A
,
B
]
(
first:
Path
[
A
]
,
second:
Path
[
B
]
)
(
implicit
tupler:
Tupler
[
A
,
B
]
)
:
Path
[
Out
]
Definition Classes
UrlClient
→ UrlAlg
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
combineQueryStrings
[
A
,
B
]
(
first:
QueryString
[
A
]
,
second:
QueryString
[
B
]
)
(
implicit
tupler:
Tupler
[
A
,
B
]
)
:
QueryString
[
Out
]
Definition Classes
UrlClient
→ UrlAlg
lazy val
emptyHeaders
:
Headers
[
Unit
]
Definition Classes
EndpointPlayClient
→ EndpointAlg
val
emptyResponse
:
Response
[
Unit
]
Definition Classes
EndpointPlayClient
→ EndpointAlg
def
endpoint
[
A
,
B
]
(
request:
Request
[
A
]
,
response:
Response
[
B
]
)
: (
A
) ⇒
Future
[
Either
[
Throwable
,
B
]]
Definition Classes
EndpointPlayClient
→ EndpointAlg
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
get
[
A
,
B
]
(
url:
Url
[
A
]
,
headers:
Headers
[
B
]
)
(
implicit
tupler:
Tupler
[
A
,
B
]
)
:
Request
[
Out
]
Definition Classes
EndpointPlayClient
→ EndpointAlg
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
implicit
lazy val
intQueryString
:
QueryStringValue
[
Int
]
Definition Classes
UrlClient
→ UrlAlg
implicit
lazy val
intSegment
:
Segment
[
Int
]
Definition Classes
UrlClient
→ UrlAlg
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
path
:
Path
[
Unit
]
Definition Classes
UrlAlg
def
post
[
A
,
B
,
C
,
AB
]
(
url:
Url
[
A
]
,
entity:
RequestEntity
[
B
]
,
headers:
Headers
[
C
]
)
(
implicit
tuplerAB:
Tupler.Aux
[
A
,
B
,
AB
]
,
tuplerABC:
Tupler
[
AB
,
C
]
)
:
Request
[
Out
]
Definition Classes
EndpointPlayClient
→ EndpointAlg
def
qs
[
A
]
(
name:
String
)
(
implicit
value:
QueryStringValue
[
A
]
)
:
QueryString
[
A
]
Definition Classes
UrlClient
→ UrlAlg
def
segment
[
A
]
(
implicit
s:
Segment
[
A
]
)
:
Path
[
A
]
Definition Classes
UrlClient
→ UrlAlg
def
staticPathSegment
(
segment:
String
)
:
Path
[
Unit
] with
Serializable
Definition Classes
UrlClient
→ UrlAlg
implicit
lazy val
stringQueryString
:
QueryStringValue
[
String
]
Definition Classes
UrlClient
→ UrlAlg
implicit
lazy val
stringSegment
:
Segment
[
String
]
Definition Classes
UrlClient
→ UrlAlg
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
urlWithQueryString
[
A
,
B
]
(
path:
Path
[
A
]
,
qs:
QueryString
[
B
]
)
(
implicit
tupler:
Tupler
[
A
,
B
]
)
:
Url
[
Out
]
Definition Classes
UrlClient
→ UrlAlg
val
utf8Name
:
String
Definition Classes
UrlClient
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
UrlClient
Inherited from
EndpointAlg
Inherited from
UrlAlg
Inherited from
AnyRef
Inherited from
Any
Ungrouped