Package io.supabase
Interface IStorageClient
- All Known Implementing Classes:
StorageClient
public interface IStorageClient
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a file api for the specified bucket id.
-
Method Details
-
from
Retrieves a file api for the specified bucket id.- Parameters:
bucketId
- The bucket id to retrieve a file api for.- Returns:
- The retrieved file api.
-