BIT-753 Remove mention of "retrofit" from service level docs (#98)

This commit is contained in:
Andrew Haisting 2023-10-06 13:48:31 -05:00 committed by Álison Fernandes
parent 623c71aa1f
commit 31386b458d
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -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 {