object
WSUtil
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
implicit
val
context: ExecutionContext
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
getAsString(url: String)(implicit ws: WSClient): String
-
final
def
getClass(): Class[_]
-
def
getWithAuth[T](url: String)(implicit reads: Reads[T], ws: WSClient): Option[T]
-
def
getWithAuthWithReads[T](url: String, reads: Reads[T])(implicit ws: WSClient): Future[Either[T, Exception]]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
postAqua6BO[T](url: String, body: String)(implicit reads: Reads[T], ws: WSClient): Option[T]
-
def
response[T](future: Future[WSResponse])(implicit reads: Reads[T]): Option[T]
-
def
responseTry[T](future: Future[WSResponse], reads: Reads[T]): Future[Try[T]]
-
def
responseWithReads[T](future: Future[WSResponse], reads: Reads[T]): Future[Either[T, Exception]]
-
def
simpleGet[T](url: String)(implicit reads: Reads[T], ws: WSClient): Option[T]
-
def
simpleGetTry[T](url: String, reads: Reads[T])(implicit ws: WSClient): Future[Try[T]]
-
def
simpleGetWithAuthTry[T](url: String, reads: Reads[T])(implicit ws: WSClient): Future[Try[T]]
-
def
simpleGetWithReads[T](url: String, reads: Reads[T])(implicit ws: WSClient): Future[Either[T, Exception]]
-
def
simplePostTry[T](url: String, json: JsValue, reads: Reads[T])(implicit ws: WSClient): Future[Try[T]]
-
def
simplePostWithReads[T](url: String, json: JsValue, reads: Reads[T])(implicit ws: WSClient): Future[Either[T, Exception]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any