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 GitHub
parent 179b7bb956
commit a785ab0ba7
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 {