Martin Gafert

Results 5 comments of Martin Gafert

it's a package that you need to consume. it is not a full client just a client lib

> There is no protocol docs. We figure out the protocol (by reverse eng + guessing + experimenting), then we write tools. yea thought so, sad to hear > The...

Related to https://github.com/openhab/openhab-addons/issues/15967

@sachinpatil2 your problem is that every response that is not `application/json` get treated as text. See here: https://github.com/ferdikoomen/openapi-typescript-codegen/blob/8379bfeb3201c41b1462f42f3b82bb54fda3bd5a/src/templates/core/fetch/getResponseBody.hbs#L8-L12 So your blob get converted to text and then its not a...

Looks like a no (or no not yet) to me. There are several issues with binary data already: - https://github.com/ferdikoomen/openapi-typescript-codegen/issues/1559 - https://github.com/ferdikoomen/openapi-typescript-codegen/issues/1445 - https://github.com/ferdikoomen/openapi-typescript-codegen/issues/981 and also PRs that implements binary...