Task #3175
closed
Update plugin docs after REST API changes are merged
Status:
CLOSED - CURRENTRELEASE
Description
The README in pulp_file, pulp_example, pulp_python, and plugin_template contains outdated quickstart guides. These need to be updated to reflect the unnested URL structure as well as the UUIDs being used in the URLs.
Since we're using UUIDs in URLs now might want to recommend dynamically fetching hrefs and setting them to bash variables. For example:
export REPO_HREF=$(http :8000/api/v3/repositories/ | jq -r '.results[] | select(.name == "foo") | ._href')
- Tracker changed from Issue to Task
- % Done set to 0
- Sprint Candidate changed from No to Yes
- Tags Documentation added
- Tags deleted (
Pulp 3 MVP)
- Subject changed from Update pulp_file and pulp_example docs after REST API changes are merged to Update plugin docs after REST API changes are merged
- Description updated (diff)
- Sprint/Milestone set to 52
- Status changed from NEW to ASSIGNED
- Status changed from ASSIGNED to POST
- Sprint/Milestone changed from 52 to 53
- Sprint/Milestone changed from 53 to 54
- Sprint/Milestone deleted (
54)
- Status changed from POST to MODIFIED
- Related to Task #3858: Clean up old solver and unittests added
- Related to Issue #3853: Recursive copy doesn't take conflicts into account added
- Sprint/Milestone set to 3.0.0
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
Update README to reflect changes to url nesting, uuid urls
re #3175 https://pulp.plan.io/issues/3175