3
3
* [ Initialization] ( #initialization )
4
4
* [ Getting info about account project] ( #getting-info-about-account-project-api-reference )
5
5
* [ Get list of files] ( #get-list-of-files-api-reference )
6
- * [ File Info ] ( #file-info-api-reference )
6
+ * [ File info ] ( #file-info-api-reference )
7
7
* [ Delete files] ( #delete-files-api-reference )
8
8
* [ Store files] ( #store-files-api-reference )
9
9
* [ Get list of groups] ( #get-list-of-groups-api-reference )
10
10
* [ Group info] ( #group-info-api-reference )
11
11
* [ Store group] ( #store-group-api-reference )
12
12
* [ Copy file to local storage] ( #copy-file-to-local-storage-api-reference )
13
13
* [ Copy file to remote storage] ( #copy-file-to-remote-storage-api-reference )
14
- * [ Authenticated urls ] ( #authenticated-urls-api-reference )
14
+ * [ Authenticated URLs ] ( #authenticated-urls-api-reference )
15
15
16
16
17
17
### Initialization
@@ -82,7 +82,7 @@ filesList.previousPage { (list, error) in
82
82
}
83
83
```
84
84
85
- ### File Info ([ API Reference] ( https://uploadcare.com/api-refs/rest-api/v0.6.0/#operation/fileInfo?utm_source=github&utm_medium=referral&utm_campaign=uploadcare-swift ) ) ###
85
+ ### File info ([ API Reference] ( https://uploadcare.com/api-refs/rest-api/v0.6.0/#operation/fileInfo?utm_source=github&utm_medium=referral&utm_campaign=uploadcare-swift ) ) ###
86
86
87
87
``` swift
88
88
uploadcare.fileInfo (withUUID : " 1bac376c-aa7e-4356-861b-dd2657b5bfd2" ) { (file, error) in
@@ -106,6 +106,7 @@ uploadcare.deleteFile(withUUID: "1bac376c-aa7e-4356-861b-dd2657b5bfd2") { (file,
106
106
print (file ?? " " )
107
107
}
108
108
```
109
+
109
110
Batch file delete:
110
111
``` swift
111
112
let uuids = [" b7a301d1-1bd0-473d-8d32-708dd55addc0" , " 1bac376c-aa7e-4356-861b-dd2657b5bfd2" ]
0 commit comments