def versionList()

in src/main/scala/com/gu/fastly/api/FastlyApiClient.scala [107:110]


  def versionList(): Future[Response] = {
    val apiUrl = s"$fastlyApiUrl/service/$serviceId/version"
    AsyncHttpExecutor.execute(apiUrl, headers = commonHeaders)
  }