vue icon indicating copy to clipboard operation
vue copied to clipboard

Interacting with imgix's management API

Open kalnode opened this issue 5 months ago • 1 comments

Can this library be used to simply get a list of images (ie objects) and URLs, such that a list of URLs can be passed into a gallery component? Or is it recommended to deal directly with the imgix management API ?

Currently I use nuxt-image with imigix; everything works however all images are manually curated (ie static URL placed in a particular spot in the app).

Ultimately I'm looking to build a gallery feature in the app, which will have 100's of categorized photos, possibly dynamically added (ie photo added to S3 and shortly after it appears on the website).

kalnode avatar Jul 19 '25 14:07 kalnode

Ah, I see this library now:

https://github.com/imgix/imgix-management-js

kalnode avatar Jul 19 '25 14:07 kalnode