imgix / js-core

A JavaScript client library for generating image URLs with imgix
https://www.imgix.com
BSD 2-Clause "Simplified" License
122 stars 20 forks source link

Do you support Management APIs? #322

Closed vnugent closed 2 years ago

vnugent commented 2 years ago

Before you submit:

Question

It's not immediately clear whether Management Rest APIs are supported by this library js-core or will they be available in the future. Can you please share your roadmaps/future plans? Of course, we can write low-level REST API calls with fetch(), but having an official client library would definitely increase adoption in the React, Node.js dev community.

vnugent commented 2 years ago

I found the management library! Please mention it from your official docs. Thanks. https://github.com/imgix/imgix-management-js

sherwinski commented 2 years ago

Hey @vnugent,

Great point, I'll add a note to the documentation. Thanks 👍 As for roadmap: we plan to roll out more official management client libraries over the course of this year. For right now we only offer the management-js library that you linked to.

sherwinski commented 2 years ago

Addressed in #324