k8ssandra / management-api-for-apache-cassandra

RESTful / Secure Management Sidecar for Apache Cassandra
Apache License 2.0
72 stars 51 forks source link

Fix getSnapshot endpoint #347

Closed emerkle826 closed 1 year ago

emerkle826 commented 1 year ago

The current endpoint returns a JSON String, but needs to be fitted with a matching DTO


### Definition of Done
- [ ] The OpenAPI/Swagger doc defines a DTO object returned by the getSnapshots endpoint
- [ ] The generated OpenAPI client returns the DTO object instead of raw JSON