mirror of
https://github.com/bitwarden/jslib
synced 2025-12-20 10:13:43 +00:00
premium api
This commit is contained in:
@@ -184,6 +184,10 @@ export class ApiService implements ApiServiceAbstraction {
|
||||
return this.send('POST', '/accounts/register', request, false, false);
|
||||
}
|
||||
|
||||
postPremium(data: FormData): Promise<any> {
|
||||
return this.send('POST', '/accounts/premium', data, true, true);
|
||||
}
|
||||
|
||||
// Folder APIs
|
||||
|
||||
async postFolder(request: FolderRequest): Promise<FolderResponse> {
|
||||
|
||||
Reference in New Issue
Block a user