-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
The SDK defines the transaction Response
type as map[string]interface{}
, which makes it difficult to handle API responses in a predictable, type-safe way. Manually asserting types is not very great for developer experience and increases the risk of runtime errors. It would definitely help to define Response structs for each API endpoint.
Metadata
Metadata
Assignees
Labels
No labels