apigear-io / cli

The ApiGear client as go project
https://apigear.io
MIT License
1 stars 2 forks source link

start to add experimental bytes support for IDL and go target #153

Open jryannel opened 1 month ago

jryannel commented 1 month ago

We want to support the bytes data type. The bytes data type is typical a byte data encoded as base64 string. But it's difficult to express this in the API, as we only can express string and the encoding and decoding must happen in the implementation. Support bytes data type allows us to express an interface which automatically support binary data.