juspay / superposition

Superposition is a context-based configuration management system designed to facilitate safe and flexible rollout of config changes
https://juspay.io/open-source/superposition
Apache License 2.0
348 stars 16 forks source link

feat: get config-versions api #248

Closed mahatoankitkumar closed 1 month ago

mahatoankitkumar commented 1 month ago

Problem

get config-versions api

API changes

Endpoint Method Request body Query Params Response Body
/config-versions GET None { count: Option<i64>, page: Option<i64> } {"total_pages": total_pages, "total_items": n_version, "data": config_versions }
ayushjain17 commented 1 month ago

Can you please add the query param info as well in the description