scala-automation-api-client

Scala client for the Guardian's Content API

License

License

Categories

Categories

Scala Languages CLI User Interface Auto Application Layer Libs Code Generators
GroupId

GroupId

com.gu
ArtifactId

ArtifactId

scala-automation-api-client_2.10
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

scala-automation-api-client
Scala client for the Guardian's Content API
Project URL

Project URL

https://github.com/guardian/scala-automation-api-client
Project Organization

Project Organization

com.gu
Source Code Management

Source Code Management

https://github.com/guardian/scala-automation-api-client

Download scala-automation-api-client_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/com.gu/scala-automation-api-client_2.10/ -->
<dependency>
    <groupId>com.gu</groupId>
    <artifactId>scala-automation-api-client_2.10</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/scala-automation-api-client_2.10/
implementation 'com.gu:scala-automation-api-client_2.10:1.0'
// https://jarcasting.com/artifacts/com.gu/scala-automation-api-client_2.10/
implementation ("com.gu:scala-automation-api-client_2.10:1.0")
'com.gu:scala-automation-api-client_2.10:jar:1.0'
<dependency org="com.gu" name="scala-automation-api-client_2.10" rev="1.0">
  <artifact name="scala-automation-api-client_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='scala-automation-api-client_2.10', version='1.0')
)
libraryDependencies += "com.gu" % "scala-automation-api-client_2.10" % "1.0"
[com.gu/scala-automation-api-client_2.10 "1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.4
org.scalatest : scalatest_2.10 jar 2.0
com.typesafe.play : play-ws_2.10 jar 2.3.0

Project Modules

There are no modules declared in this project.

web-automation-core-scala-api

To use this just edit your build.sbt as follows:

libraryDependencies ++= Seq( "com.gu" %% "web-automation-core-scala-api" % "1.0-SNAPSHOT" )

AuthApi

From your code, you can import com.gu.automation.api.AuthApi and then do something like

val future = AuthApi.authenticate(email, password)
com.gu

The Guardian

The source code of the world's leading liberal voice

Versions

Version
1.0