Python: Retrieve public URL

Examples

Returns the URL for an asset in a public bucket

res = supabase.storage.from_('bucket_name').get_public_url('test/avatar1.jpg')