FinanceGPT Go SDK 0.1.0 Preview
Contract-pinned Go SDK for Go 1.21+.
- OpenAPI SHA-256:
228f3cf999f801d03634f0dad1fc6d296671bc13a8cf0d80994b00a57b62f910
- Operations: 349
- Contract scopes: 66
- Module target:
github.com/financegpt/financegpt-go
- Registry status: not published
The preview includes typed APIError, bounded retries with Retry-After, X-FinanceGPT-Request-ID capture, Idempotency-Key, and FinanceGPT v1= HMAC-SHA256 webhook verification.
client := financegpt.NewClient(os.Getenv("FINANCEGPT_API_KEY"))
var result map[string]any
err := client.Get(context.Background(), "/workspace/profile", nil, &result)
SDK installation creates no production entitlement or Financial Actions authority.