supabase-community / storage-swift

Swift client library to interact with Supabase Storage
MIT License
26 stars 11 forks source link

Add support for getting public URL for asset #11

Closed bryan-vh closed 1 year ago

bryan-vh commented 1 year ago

What kind of change does this PR introduce?

Adds support for the getPublicUrl method on the StorageFileApi.

What is the current behavior?

No method to get a public URL for an asset.

What is the new behavior?

Adds method to get a public URL for an asset.

Additional context

N/A

bryan-vh commented 1 year ago

@grsouza any eta on the review?

grdsdev commented 1 year ago

LGTM!

Thanks @bryan-vh