The Pulp v2 API for repositories will not turn everything unless the query parameter "details" is set to true, http://pulp-dev-guide.readthedocs.org/en/latest/integration/rest-api/repo/retrieval.html#retrieve-all-repositories. It would be nice if each class could pass a params argument to the has_crud method.
The Pulp v2 API for repositories will not turn everything unless the query parameter "details" is set to true, http://pulp-dev-guide.readthedocs.org/en/latest/integration/rest-api/repo/retrieval.html#retrieve-all-repositories. It would be nice if each class could pass a
paramsargument to thehas_crudmethod.