Skip to content

Commit

Permalink
Added docs relating to #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Proziam committed Dec 5, 2024
1 parent 6ef3ea2 commit 48f24f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,9 @@ impl StorageClient {

/// List all files that match your search criteria
///
/// The returned `Vec<FileObject>` will contain both files and folders. Folders can be
/// identified as having a populated name field, without any other fields.
///
/// # Example
/// ```rust
///
Expand Down

0 comments on commit 48f24f5

Please sign in to comment.