You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contentful Image API has a lot of useful functions for resizing, changing format, etc. We should add the ability to the Asset model as an adapter similar to the contentful.rb client. Also, this would alleviate the need to do asset.file.url, but just respond with asset.url returning the asset location string you need.
The text was updated successfully, but these errors were encountered:
Contentful Image API has a lot of useful functions for resizing, changing format, etc. We should add the ability to the
Asset
model as an adapter similar to thecontentful.rb
client. Also, this would alleviate the need to doasset.file.url
, but just respond withasset.url
returning the asset location string you need.The text was updated successfully, but these errors were encountered: