An open API service indexing awesome lists of open source software.

https://github.com/defuj/retrofit2-authorization


https://github.com/defuj/retrofit2-authorization

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Retrofit2 Authorization

[![](https://jitpack.io/v/defuj/retrofit2-authorization.svg)](https://jitpack.io/#defuj/retrofit2-authorization)

```gradle
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.github:retrofit2-authorization:{last_version}'
}
```