SkygearIO / skygear-SDK-Android

Skygear Android SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asset objects’s URL expire day should be explicit

chpapa opened this issue · comments

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?