mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 13:53:29 +00:00
new apis
This commit is contained in:
@@ -39,5 +39,8 @@ namespace Bit.Core.Abstractions
|
||||
Task<TResponse> SendAsync<TRequest, TResponse>(HttpMethod method, string path,
|
||||
TRequest body, bool authed, bool hasResponse);
|
||||
void SetUrls(EnvironmentUrls urls);
|
||||
Task<CipherResponse> PostCipherAttachmentAsync(string id, MultipartFormDataContent data);
|
||||
Task PostShareCipherAttachmentAsync(string id, string attachmentId, MultipartFormDataContent data,
|
||||
string organizationId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user