SkygearIO / skygear-SDK-iOS

Skygear SDK for iOS
https://skygear.io
Other
10 stars 28 forks source link

Asset objects’s URL expire day should be explicit #180

Open chpapa opened 6 years ago

chpapa commented 6 years ago

Asset object have a URL parameter, which could be expired. But the expire date is not explicit in the object. We should have a parameter in the Asset object to indicate when the URL expire.

It is useful when developer have to persist the object / use it for a longer time.

Something like assetObj.url_expire_at?