Skip to content

Commit

Permalink
Update qfieldcloud_sdk/sdk.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Ivanov <[email protected]>
  • Loading branch information
SeqLaz and suricactus authored Sep 3, 2024
1 parent aeef2ca commit a18a377
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qfieldcloud_sdk/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,14 +313,14 @@ def list_projects(
def list_remote_files(
self, project_id: str, skip_metadata: bool = True
) -> List[Dict[str, Any]]:
"""Lists the files available in the specified project.
"""List project files.
Args:
project_id (str): The ID of the project to list files for.
skip_metadata (bool): Whether to skip fetching metadata for the files. Defaults to True.
project_id (str): Project ID.
skip_metadata (bool, optional): Whether to skip fetching metadata for the files. Defaults to True.
Returns:
List[Dict[str, Any]]: A list of file details.
list[dict[str, Any]]: A list of file details.
Example:
client.list_remote_files("project_id", True)
Expand Down

0 comments on commit a18a377

Please sign in to comment.