Package io.supabase

Class StorageClient

All Implemented Interfaces:
IStorageBucketAPI, IStorageClient

public class StorageClient extends StorageBucketAPI implements IStorageClient
  • Constructor Details

    • StorageClient

      public StorageClient(String apiKey, String url)
  • Method Details

    • from

      public IStorageFileAPI from(String bucketId)
      Description copied from interface: IStorageClient
      Retrieves a file api for the specified bucket id.
      Specified by:
      from in interface IStorageClient
      Parameters:
      bucketId - The bucket id to retrieve a file api for.
      Returns:
      The retrieved file api.