mirror of
https://github.com/bitwarden/android.git
synced 2025-02-17 12:30:00 +03:00
BIT-753 Remove mention of "retrofit" from service level docs (#98)
This commit is contained in:
parent
623c71aa1f
commit
31386b458d
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ package com.x8bit.bitwarden.data.auth.datasource.network.service
|
||||||
import com.x8bit.bitwarden.data.auth.datasource.network.model.PreLoginResponseJson
|
import com.x8bit.bitwarden.data.auth.datasource.network.model.PreLoginResponseJson
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wraps raw retrofit accounts API in a cleaner interface.
|
* Provides an API for querying accounts endpoints.
|
||||||
*/
|
*/
|
||||||
interface AccountsService {
|
interface AccountsService {
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ package com.x8bit.bitwarden.data.auth.datasource.network.service
|
||||||
import com.x8bit.bitwarden.data.auth.datasource.network.model.GetTokenResponseJson
|
import com.x8bit.bitwarden.data.auth.datasource.network.model.GetTokenResponseJson
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wraps raw retrofit identity API in a cleaner interface.
|
* Provides an API for querying identity endpoints.
|
||||||
*/
|
*/
|
||||||
interface IdentityService {
|
interface IdentityService {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue