integresql-client-go
integresql-client-go copied to clipboard
v1.1.0: Add /recreate endpoint, switch to /unlock
Required changes:
- Adds support for
POST /api/v1/templates/:hash/tests/:id/recreate. - TODO:
DELETE /api/v1/templates/:hash/tests/:idis deprecated in favor ofPOST /api/v1/templates/:hash/tests/:id/unlock.
Ref:
- https://github.com/allaboutapps/integresql-client-go/issues/4
- IntegreSQL v1.1.0
WIP, still requires deprecation switch.