This pull request includes implementation of REST controller mapping "/v2/repository/instances" and "/v2/repository/bindings" requests and providing list of Service Instances or Service Instance Bindings respectively.
Moreover pagination support added that allows to specify retrievable number of objects and starting object name by providing corresponding request arguments ("pageSize", "marker").
Also names of classes ServiceInstanceRepositoryTestand ServiceInstanceBindingRepositoryTestare switched, so now test classes naming is correct.
This pull request includes implementation of REST controller mapping "/v2/repository/instances" and "/v2/repository/bindings" requests and providing list of Service Instances or Service Instance Bindings respectively.
Moreover pagination support added that allows to specify retrievable number of objects and starting object name by providing corresponding request arguments ("pageSize", "marker").
Also names of classes
ServiceInstanceRepositoryTest
andServiceInstanceBindingRepositoryTest
are switched, so now test classes naming is correct.