spacemanspiff2007
spacemanspiff2007
> Could it make sense to supply the mime type as part of the request instead of creating a whole new API endpoint? I thinks that's very unusual and would...
The issue is that depending on the target format different input structures for a post request are required. So it's not accessing the same resource but a different functionality which...
> When POSTing to an endpoint, the `Accept` header still only applies to the _answer response_, not the payload of the body in that request. But when selecting a different...
> Yes, and you specify that with the `content-type` request header. But the `content-type` for the request is in both cases `application/json`. It's a list of items or a list...
It's nice that you two are so eager to comment but both of you have not answered my question at all but rather made suggestions how something totally different could...
> And that is exactly what you propose as well except that you always assume DSL as the output. There is no such thing as an item format or a...
> Yes, maybe I am making the wrong assumption that the formats have all info and you can translate in all directions. Still, wouldn't that mean that? > > *...
@mherwege I'm not sure if you missed my question above your answer because we answered at the same time so I decided to ping you just in case you missed...
Hm - it fails in the outgoing queue and that's why there is a reconnect. A dictionary is something that can not mapped to a native openhab type. What would...
The current version of HABApp fails fast, there should be an error in the rule and no more reconnect. Thanks for inspiring this behavior and feel free to reopen if...