You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a protobuf compiler plugin that generates client-side code for TS clients.
It is necessary to implement support for generating a "proxy" client, as well as models. The target protocols at this stage are Json and MessagePack.
In the case of generating models for json, it should be possible to specify an additional parameter on how the field names should be formatted, as well as whether to generate code that converts field names from PascalCase to CamelCase and back.
For example, it may look like this:
Add a protobuf compiler plugin that generates client-side code for TS clients.
It is necessary to implement support for generating a "proxy" client, as well as models. The target protocols at this stage are
Json
andMessagePack
.In the case of generating models for json, it should be possible to specify an additional parameter on how the field names should be formatted, as well as whether to generate code that converts field names from PascalCase to CamelCase and back.
For example, it may look like this:
The text was updated successfully, but these errors were encountered: