Skip to content

Commit b512897

Browse files
fix README typos
1 parent 4aa940b commit b512897

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Uploads a remote file to TestingBot Storage
154154
testingbotclient.storage.upload_remote_file(localFilePath)
155155
```
156156

157-
### getStorageFile
157+
### getStoredFile
158158
Retrieves meta-data from a previously stored file
159159
<https://testingbot.com/support/api#uploadfile>
160160

@@ -163,13 +163,13 @@ Retrieves meta-data from a previously stored file
163163
testingbotclient.storage.get_stored_file(appUrl)
164164
```
165165

166-
### getStorageFiles
166+
### getStoredFiles
167167
Retrieves meta-data from previously stored files
168168
<https://testingbot.com/support/api#filelist>
169169

170170

171171
```python
172-
testingbotclient.storage.get_stored_files(appUrl)
172+
testingbotclient.storage.get_stored_files(offset=0, limit=30)
173173
```
174174

175175
### deleteStorageFile

0 commit comments

Comments
 (0)