Replies: 1 comment
-
Hey! the docs for the protobuf types are here: https://github.com/bufbuild/protobuf-es/blob/main/docs/runtime_api.md#enumerations |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I have a JavaScript client generated with connect-es.
Some data properties returned by API are enums.
In 'car_pb.js':
When i get the data from the API I have only access to the enum Id or the lcal name (ex: "BLUE").
How can I access to the full name?
Also how can I get the full Car_Type definition from the generated client?
Thank you very much and sorry if this is not clear.
Beta Was this translation helpful? Give feedback.
All reactions