mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 13:52:07 -05:00
BIT-753 Remove mention of "retrofit" from service level docs (#98)
This commit is contained in:
committed by
Álison Fernandes
parent
623c71aa1f
commit
31386b458d
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user