Telepathy is the purported vicarious transmission of information from one person to another without using any known human sensory channels or physical interaction.
A Scala library that wraps okhttp and circe to make it easy to send a http call and get JSON response.
Add the dependency to your build.sbt
file
libraryDependencies += "com.salesforce.mce" %% "telepathy" % "_VERSION_"
This is a relatively small library, look at HttpRequest
object to see how to
use it.