mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
abstract api service
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ConstantsService } from './constants.service';
|
||||
|
||||
import { ApiService as ApiServiceInterface } from '../abstractions/api.service';
|
||||
import { ApiService as ApiServiceAbstraction } from '../abstractions/api.service';
|
||||
import { PlatformUtilsService } from '../abstractions/platformUtils.service';
|
||||
import { TokenService } from '../abstractions/token.service';
|
||||
|
||||
@@ -19,7 +19,7 @@ import { FolderResponse } from '../models/response/folderResponse';
|
||||
import { IdentityTokenResponse } from '../models/response/identityTokenResponse';
|
||||
import { SyncResponse } from '../models/response/syncResponse';
|
||||
|
||||
export class ApiService implements ApiServiceInterface {
|
||||
export class ApiService implements ApiServiceAbstraction {
|
||||
urlsSet: boolean = false;
|
||||
baseUrl: string;
|
||||
identityBaseUrl: string;
|
||||
|
||||
Reference in New Issue
Block a user