Firebot
Firebot copied to clipboard
[Feature Request] Change preset effects list URL's
oshimia via Discord:
It would be nice if we could set specific URL's for preset effects lists. So for example, instead of "http://localhost:7472/api/v1/effects/preset/d908eba0-ea39-11ee-aa1f-5d0215164734" I could change it to "http://localhost:7472/api/v1/effects/preset/deaths". That way it would be easier to make generic .exe files that people can use and just make preset effects lists with specific URL's
Preset lists use the UUID in the URL so they can automatically be assigned and looked up.
If you're trying to use the preset effects list API, consider using GET /effects/preset to get a list of preset lists, then let the user choose from that list.