I have two resources configurations and clusters.
/clusters
/configurations
clusters are created using configuration.
How to design an api, to get the list of clusters created using a configuration id?
can it be implemented as
/configurations/{:config-id}/clusters?
I have dilema here, because clusters are not sub-resource of a configuration.