I am trying to use your SDK, but there seems to be no explanation of fields. For example, see your types here: https://pkg.go.dev/github.com/deepgram/deepgram-go-sdk@v1.8.3/pkg/api/listen/v1/rest/interfaces#Channel
It's idiomatic that you have proper comments so that a developer can see information about what the response consists of.
Am I missing something here? How are people dealing with this gap today? Guessing? outputting to stdout and figuring it out this way?
I am trying to use your SDK, but there seems to be no explanation of fields. For example, see your types here: https://pkg.go.dev/github.com/deepgram/deepgram-go-sdk@v1.8.3/pkg/api/listen/v1/rest/interfaces#Channel
It's idiomatic that you have proper comments so that a developer can see information about what the response consists of.
Am I missing something here? How are people dealing with this gap today? Guessing? outputting to stdout and figuring it out this way?