Ejemplo n.º 1
0
 public async Task <SpecificAttachmentResponse> GetSpecificAttachmentAsync(string hash)
 {
     return(await _api.GetSpecificAttachment(_api_token, hash));
 }