Retroauth Test Library

A library build on top of retrofit, for simple handling of authenticated requests.

License

License

GroupId

GroupId

com.andretietz.retroauth
ArtifactId

ArtifactId

retroauth-test
Last Version

Last Version

3.0.0-beta14
Release Date

Release Date

Type

Type

jar
Description

Description

Retroauth Test Library
A library build on top of retrofit, for simple handling of authenticated requests.
Project URL

Project URL

https://github.com/andretietz/retroauth
Source Code Management

Source Code Management

https://github.com/andretietz/retroauth

Download retroauth-test

How to add to project

<!-- https://jarcasting.com/artifacts/com.andretietz.retroauth/retroauth-test/ -->
<dependency>
    <groupId>com.andretietz.retroauth</groupId>
    <artifactId>retroauth-test</artifactId>
    <version>3.0.0-beta14</version>
</dependency>
// https://jarcasting.com/artifacts/com.andretietz.retroauth/retroauth-test/
implementation 'com.andretietz.retroauth:retroauth-test:3.0.0-beta14'
// https://jarcasting.com/artifacts/com.andretietz.retroauth/retroauth-test/
implementation ("com.andretietz.retroauth:retroauth-test:3.0.0-beta14")
'com.andretietz.retroauth:retroauth-test:jar:3.0.0-beta14'
<dependency org="com.andretietz.retroauth" name="retroauth-test" rev="3.0.0-beta14">
  <artifact name="retroauth-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.andretietz.retroauth', module='retroauth-test', version='3.0.0-beta14')
)
libraryDependencies += "com.andretietz.retroauth" % "retroauth-test" % "3.0.0-beta14"
[com.andretietz.retroauth/retroauth-test "3.0.0-beta14"]

Dependencies

compile (1)

Group / Artifact Type Version
com.andretietz.retroauth : retroauth jar 3.0.0-beta14

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
com.squareup.retrofit2 : converter-gson jar 2.5.0
com.squareup.okhttp3 : mockwebserver jar 3.14.1

Project Modules

There are no modules declared in this project.

A simple way of calling authenticated requests using retrofit

Android Arsenal Android Weekly Snapshot build

I split the project into 2 separate ones.

  • retroauth This is the base implementation, to be used in plain java/kotlin projects.
  • retroauth-android On top of the pure Kotlin implementation there's the Android implementation, which uses the Android AccountManager in order to store Owners (Accounts) and their Credentials.

LICENSE

Copyrights 2016 André Tietz

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

<http://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
3.0.0-beta14
3.0.0-beta12