As a user, I can list all Exporter types
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 598
- Forks
- 168
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 86
Description
Is your feature request related to a problem? Please describe.
It would be nice to have one endpoint to list all Exporter objects in Pulp. Currently there are endpoints for listing the detail types, but not the master model.
Describe the solution you'd like
All exporters listed at /pulp/api/v3/exporters/ similar to the distributions being listed at /pulp/api/v3/distributions/.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the existing exporter detail-type listing endpoints with the distributions endpoint at /pulp/api/v3/distributions/. Trace how those routes expose their master models and identify the corresponding API entry point for Exporter. Done means /pulp/api/v3/exporters/ lists all Exporter objects consistently with the distributions endpoint.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100