def statsRegions()

in src/main/scala/com/gu/fastly/api/FastlyApiClient.scala [221:224]


  def statsRegions(): Future[Response] = {
    val apiUrl = s"$fastlyApiUrl/stats/regions"
    AsyncHttpExecutor.execute(apiUrl, headers = commonHeaders)
  }