mirror of
https://github.com/bitwarden/android.git
synced 2024-11-24 10:25:57 +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
|
||||
|
||||
/**
|
||||
* Wraps raw retrofit accounts API in a cleaner interface.
|
||||
* Provides an API for querying accounts endpoints.
|
||||
*/
|
||||
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
|
||||
|
||||
/**
|
||||
* Wraps raw retrofit identity API in a cleaner interface.
|
||||
* Provides an API for querying identity endpoints.
|
||||
*/
|
||||
interface IdentityService {
|
||||
|
||||
|
|
Loading…
Reference in a new issue