aboutsummaryrefslogtreecommitdiff
path: root/bulk.go
Commit message (Expand)AuthorAgeFilesLines
* Format with go 1.19Sandro Jäckel2022-10-261-28/+28
* make the IsEqualTo() methods publicStefan Majewsky2018-05-301-2/+2
* proof-read documentationStefan Majewsky2018-05-031-6/+4
* test coverage for bulk-delete fallback code pathStefan Majewsky2018-05-021-1/+3
* add DeleteOptions to Object.Delete()Stefan Majewsky2018-04-301-1/+1
* add Account.isEqualTo, Container.isEqualToStefan Majewsky2018-04-271-4/+2
* revamp the Headers APIStefan Majewsky2018-03-111-21/+18
* add Account.BulkDelete()Stefan Majewsky2018-03-091-41/+231
* generalize BulkUploadError into BulkErrorStefan Majewsky2018-03-081-6/+6
* add Account.BulkUpload(), BulkUploadError, BulkObjectErrorStefan Majewsky2018-03-081-0/+155