Releases: christophertino/rize-go-sdk
Releases · christophertino/rize-go-sdk
v1.1.1
v1.1.0
Rize Go SDK v1.1.0
- Update
func (c *customerService) Create()
to accommodate Secondary Customers - Remove
func (c *customerService) CreateSecondaryCustomer()
- Adds unit test to verify that all OpenApi path/method combinations are covered
v1.0.0
Rize Go SDK v1.0.0
This initial release of the SDK includes services for each of Rize's Platform API endpoints:
- Adjustments
- Auth
- CardArtworks
- ComplianceWorkflows
- CustodialAccounts
- CustodialPartners
- CustomerProducts
- Customers
- DebitCards
- Documents
- Evaluations
- KYCDocuments
- PinwheelJobs
- Pools
- Products
- Sandbox
- SyntheticAccounts
- Transactions
- Transfers
Additional Features
- Rize Message Queue support using STOMP
- OpenAPI schema validation for integration testing
- Unit tests, docs and examples