Issue #9052
closedIssue #9049: API V3 Refactor
Issue #9050: Implement new V3 endpoints
Implement configuration endpoint
Description
Ticket moved to GitHub: "pulp/pulp_ansible/740":https://github.com/pulp/pulp_ansible/issues/740
Since the API requires a distribution base_path to publish and download content, this provides a way to configure a default upload/download repo that clients can read.
This also allows clients to look up if content type such as execution environments are supported on the service.
Implement the new v3/configuration
endpoint described here.
This API endpoint should return the path
as the default upload and download distribution. For example:
pulp_ansible/galaxy/my-distribution/api/v3/
will return my-dstribution
as the default distribution.
Execution environments will always return as disabled.