Noizu.Github.Api.Packages (Noizu Labs: Github API v0.5.0)

GitHub packages API.

Link to this section Summary

Functions

Get list of conflicting packages during Docker migration for authenticated-user

Get list of conflicting packages during Docker migration for organization

Get list of conflicting packages during Docker migration for user

List packages for the authenticated user's namespace

List packages for an organization

Link to this section Functions

Link to this function

delete_package_for_authenticated_user(package_type, package_name, options \\ nil)

Delete a package for the authenticated user

@see https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user

Link to this function

delete_package_for_org(package_type, package_name, org, options \\ nil)

Delete a package for an organization

@see https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization

Link to this function

delete_package_for_user(package_type, package_name, username, options \\ nil)

Delete a package for a user

@see https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user

Link to this function

delete_package_version_for_authenticated_user(package_type, package_name, package_version_id, options \\ nil)

Delete a package version for the authenticated user

@see https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user

Link to this function

delete_package_version_for_org(package_type, package_name, org, package_version_id, options \\ nil)

Delete package version for an organization

@see https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization

Link to this function

delete_package_version_for_user(package_type, package_name, username, package_version_id, options \\ nil)

Delete package version for a user

@see https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user

Link to this function

get_all_package_versions_for_package_owned_by_authenticated_user(package_type, package_name, options \\ nil)

List package versions for a package owned by the authenticated user

@see https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user

Link to this function

get_all_package_versions_for_package_owned_by_org(package_type, package_name, org, options \\ nil)

List package versions for a package owned by an organization

@see https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization

Link to this function

get_all_package_versions_for_package_owned_by_user(package_type, package_name, username, options \\ nil)

List package versions for a package owned by a user

@see https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user

Link to this function

get_package_for_authenticated_user(package_type, package_name, options \\ nil)

Get a package for the authenticated user

@see https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user

Link to this function

get_package_for_organization(package_type, package_name, org, options \\ nil)

Get a package for an organization

@see https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization

Link to this function

get_package_for_user(package_type, package_name, username, options \\ nil)

Get a package for a user

@see https://docs.github.com/rest/packages/packages#get-a-package-for-a-user

Link to this function

get_package_version_for_authenticated_user(package_type, package_name, package_version_id, options \\ nil)

Get a package version for the authenticated user

@see https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user

Link to this function

get_package_version_for_organization(package_type, package_name, org, package_version_id, options \\ nil)

Get a package version for an organization

@see https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization

Link to this function

get_package_version_for_user(package_type, package_name, package_version_id, username, options \\ nil)

Get a package version for a user

@see https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user

Link to this function

list_docker_migration_conflicting_packages_for_authenticated_user(options \\ nil)

Get list of conflicting packages during Docker migration for authenticated-user

@see https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-authenticated-user

Link to this function

list_docker_migration_conflicting_packages_for_organization(org, options \\ nil)

Get list of conflicting packages during Docker migration for organization

@see https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization

Link to this function

list_docker_migration_conflicting_packages_for_user(username, options \\ nil)

Get list of conflicting packages during Docker migration for user

@see https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user

Link to this function

list_packages_for_authenticated_user(options \\ nil)

List packages for the authenticated user's namespace

@see https://docs.github.com/rest/packages/packages#list-packages-for-the-authenticated-users-namespace

Link to this function

list_packages_for_organization(org, options \\ nil)

List packages for an organization

@see https://docs.github.com/rest/packages/packages#list-packages-for-an-organization

Link to this function

list_packages_for_user(username, options \\ nil)

List packages for a user

@see https://docs.github.com/rest/packages/packages#list-packages-for-a-user

Link to this function

restore_package_for_authenticated_user(package_type, package_name, body, options \\ nil)

Restore a package for the authenticated user

@see https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user

Link to this function

restore_package_for_org(package_type, package_name, org, body, options \\ nil)

Restore a package for an organization

@see https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization

Link to this function

restore_package_for_user(package_type, package_name, username, body, options \\ nil)

Restore a package for a user

@see https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user

Link to this function

restore_package_version_for_authenticated_user(package_type, package_name, package_version_id, body, options \\ nil)

Restore a package version for the authenticated user

@see https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user

Link to this function

restore_package_version_for_org(package_type, package_name, org, package_version_id, body, options \\ nil)

Restore package version for an organization

@see https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization

Link to this function

restore_package_version_for_user(package_type, package_name, username, package_version_id, body, options \\ nil)

Restore package version for a user

@see https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user