Webserver responses

Hi, the endpoints provided by the built in BTT webserver are awesome - I'm creating a small lib to manage BTT a little bit easier from node.js but I'm curious - have you considered any kind of response format from those endpoints?

I mean, some endpoints such as add_new_trigger could return the newly created trigger UUID or similar, any kind of response whether the request succeeded would be nice.

I'm also considering creating a type definitions for Typescript (heck, we could even create a @btt scope in npm) for easier maintanance of btt-node to which I linked earlier, so if you ever consider responses from webserver / extending the API that'd be awesome :slight_smile: