Another go implementation of Coinbase's Pro API
The API is defined using the Swagger/OpenAPI spec
- Copy existing
swagger.yaml
and edit in https://editor.swagger.io - Generate Go client
- Extract code to
./swagger
- Add shim in respective
client
file to take care of Auth headers