pulp / pulp/pulpcore

As a user, I can list all Exporter types

Open
#2,529 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.