We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b12db commit f71390dCopy full SHA for f71390d
README.md
@@ -269,11 +269,10 @@ in the [documentation here](https://docs.imagekit.io/api-reference/media-api/lis
269
correct values to get the results.
270
271
```python
272
- imagekit.list_files({
273
- "skip": 10,
274
- "limit": 10,
275
-}
276
- )
+imagekit.list_files({
+ "skip": 10,
+ "limit": 10,
+})
277
```
278
**2. Get File Details**
279
Accepts the file ID and fetches the details as per the [API documentation here](https://docs.imagekit.io/api-reference/media-api/get-file-details)
0 commit comments