Android implementation

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

Лицензия

Лицензия

Группа

Группа

com.andretietz.retroauth
Идентификатор

Идентификатор

retroauth-android
Последняя версия

Последняя версия

3.1.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

Android implementation
A library build on top of retrofit, for simple handling of authenticated requests.
Ссылка на сайт

Ссылка на сайт

https://github.com/andretietz/retroauth
Система контроля версий

Система контроля версий

https://github.com/andretietz/retroauth

Скачать retroauth-android

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.andretietz.retroauth : retroauth jar 3.1.0
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.21

runtime (2)

Идентификатор библиотеки Тип Версия
androidx.appcompat » appcompat jar 1.2.0
androidx.startup » startup-runtime jar 1.0.0

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
3.1.0
3.0.1
3.0.0
3.0.0-beta21
3.0.0-beta20
3.0.0-beta19
3.0.0-beta14
3.0.0-beta12
3.0.0-beta11
2.3.2