hyperbrew / bolt-cep

A lightning-fast boilerplate for building Adobe CEP Extensions in React, Vue, or Svelte built on Vite + TypeScript + Sass
MIT License
315 stars 40 forks source link

API requests #113

Closed Dando54 closed 1 year ago

Dando54 commented 1 year ago

Hi, I just found out this amazing boilerplate, I know it is possible to get a video's metadata via ExtendScript but is it possible to make an HTTP/HTTPs request to my API in order to send that metadata or can it be done only via websockets ?

justintaylor-dev commented 1 year ago

From the CEP side you can use fetch() or if you hit CORS issues that you can't fix, you can use native Node.js http or https modules. For more general discussions like this feel free to join our Discord: https://discord.gg/PC3EvvuRbc