com.gu.crosswords.api.client.Http.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crosswords-api-client_2.11 Show documentation
Show all versions of crosswords-api-client_2.11 Show documentation
Scala client for the Guardian's Crosswords API
package com.gu.crosswords.api.client
import scala.concurrent.Future
case class Response(statusCode: Int, statusLine: String, body: String)
trait Http {
def get(uri: String): Future[Response]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy