Package io.supabase
Class StorageClient
java.lang.Object
io.supabase.api.StorageBucketAPI
io.supabase.StorageClient
- All Implemented Interfaces:
IStorageBucketAPI
,IStorageClient
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a file api for the specified bucket id.Methods inherited from class io.supabase.api.StorageBucketAPI
createBucket, createBucket, deleteBucket, emptyBucket, getBucket, listBuckets, updateBucket
-
Constructor Details
-
StorageClient
-
-
Method Details
-
from
Description copied from interface:IStorageClient
Retrieves a file api for the specified bucket id.- Specified by:
from
in interfaceIStorageClient
- Parameters:
bucketId
- The bucket id to retrieve a file api for.- Returns:
- The retrieved file api.
-