guardian / pa-football-client   7.0.9

GitHub

Scala client for PA football feeds. Only does football data, it has no knowledge of Guardian match reports and such. You will need your own API key

Scala versions: 3.x 2.13 2.12 2.11 2.10

pa-client 6.0.3


Group ID:
com.gu
Artifact ID:
pa-client_2.11
Version:
6.0.3
Release Date:
Dec 13, 2016
Licenses:

libraryDependencies += "com.gu" %% "pa-client" % "6.0.3"
resolvers += Resolver.bintrayRepo("guardian", "frontend")

Mill build tool

ivy"com.gu::pa-client:6.0.3"
MavenRepository("https://dl.bintray.com/guardian/frontend")

Scala CLI

//> using dep "com.gu::pa-client:6.0.3"

Ammonite REPL

import $ivy.`com.gu::pa-client:6.0.3`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray guardian frontend",
  "Some(https://dl.bintray.com/guardian/frontend)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.gu</groupId>
  <artifactId>pa-client_2.11</artifactId>
  <version>6.0.3</version>
</dependency>

compile group: 'com.gu', name: 'pa-client_2.11', version: '6.0.3'