In the following patch [1] to Kostyor API it's proposed to return a list
of cluster objects instead of dictionary with 'clusters' key. This
approach follows Flask-RESTful practices.
This commit makes Kostyor CLI to be compatible with both outputs in
order to pass tests.
In the following patch [1] to Kostyor API it's proposed to return a list of cluster objects instead of dictionary with 'clusters' key. This approach follows Flask-RESTful practices.
This commit makes Kostyor CLI to be compatible with both outputs in order to pass tests.
[1] https://github.com/sc68cal/Kostyor/pull/39