This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This is not meant to cover ALL possible ways of creating service clients; instead it focuses on the simplest way to | |
* do so, while maintaining the capability to customize the clients based on service level agreements/expectations | |
* | |
* @note Most of the filters can be applied to the HTTP client as well but have been omitted from the sample code to improve | |
* readability | |
*/ | |
trait ClientSamples extends LazyLogging { | |
private[this] lazy val config = ConfigFactory.load() |