Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Changes #1160

Merged
merged 1 commit into from
Dec 17, 2018
Merged

API Changes #1160

merged 1 commit into from
Dec 17, 2018

Commits on Dec 17, 2018

  1. Content URLs are now separated by type

    The schema looks like this:
    
    "_content": {
        "file": "/pulp/api/v3/content/file/files/?repository_version=..."
    },
    "_content_added": {
        "file": "/pulp/api/v3/content/file/files/?repository_version_added=..."
    },
    "_content_removed": {}
    
    Change the get_*content() functions to return a dictionary of types
    matched to the respective list of content of that type.
    
    Fix the get_artifact_paths() function to use those new functions
    properly.
    dralley committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    e549ab1 View commit details
    Browse the repository at this point in the history