Key improvements for 4.1

Hi, please do submit a request to join the beta testers group using this link: Beta testers - Xibo Community

Have DataSet JSON files made it on the list yet?

Forgive my ignorance, but what are DataSet JSON files? :slightly_smiling_face:

dan: authenticating to an API using JSON/JWT instead of user/pass. It’s really holding me back from being able to get APIs from Cisco, Guardicore and Office 365.
example:
Obtain a token by sending a POST request to /api/v3.0/authenticate, with the following body: {“username”: “”, “password”: “”}

Are you referring to this feature request? This has not made it onto the list yet.

The complexity here is not so much with the content type of the request, but more that 2 requests are required, and really the first request to get a token should be cached until it expires.

However you could do this already in PHP with a little custom task which makes the requests you need and updates the DataSet’s data.


As a side note we are working on a better way to collect feature requests and feedback, so that we have a better idea what is commonly requested and/or urgent, which we will feed into our roadmap. More on that soon.

That is the feature request. The subsequent requests may need to be in JSON format as well.