https://github.com/defuj/retrofit2-authorization
https://github.com/defuj/retrofit2-authorization
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/defuj/retrofit2-authorization
- Owner: defuj
- Created: 2020-10-07T08:12:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T01:34:39.000Z (over 5 years ago)
- Last Synced: 2025-04-04T23:12:52.739Z (10 months ago)
- Language: Kotlin
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Retrofit2 Authorization
[](https://jitpack.io/#defuj/retrofit2-authorization)
```gradle
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.github:retrofit2-authorization:{last_version}'
}
```