Skip to content

Commit

Permalink
Simplify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
misaelnieto committed May 30, 2024
1 parent 7b73b7b commit 9403257
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions vercel_storage/blob.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,10 @@ def list(options: Optional[dict] = None) -> Any:
Returns:
Json response with the following format:
blobs: {
size: `number`;
uploadedAt: `Date`;
pathname: `string`;
url: `string`;
downloadUrl: `string`
}[]
cursor?: `string`;
hasMore: `boolean`;
folders?: `string[]`
blobs: A list of blobs
cursor: (Optional) You get this if you are doing pagination
hasMore: boolean
folders: A list of strings.
"""
_opts = dict(options) if options else dict()
headers = {
Expand Down

0 comments on commit 9403257

Please sign in to comment.