ioBroker / ioBroker.simple-api

HTTP-API Interface to read and write objets and states
MIT License
40 stars 19 forks source link

JSONP #101

Open m-O-rpheus opened 2 years ago

m-O-rpheus commented 2 years ago

Hi please add a JSONP support. This would make CrossDomain access much easier. All that is required is to pack the JSON into a callback function.

callbackName ('jsonString')

This could be defined using parameters. Thank You