{"id":3980659,"name":"github.com/comcast/gophercloud","ecosystem":"go","description":"Package gophercloud provides a multi-vendor interface to OpenStack-compatible\nclouds. The library has a three-level hierarchy: providers, services, and\nresources.\n\nProvider structs represent the cloud providers that offer and manage a\ncollection of services. You will generally want to create one Provider\nclient per OpenStack cloud.\n\nUse your OpenStack credentials to create a Provider client.  The\nIdentityEndpoint is typically refered to as \"auth_url\" or \"OS_AUTH_URL\" in\ninformation provided by the cloud operator. Additionally, the cloud may refer to\nTenantID or TenantName as project_id and project_name. Credentials are\nspecified like so:\n\nYou may also use the openstack.AuthOptionsFromEnv() helper function. This\nfunction reads in standard environment variables frequently found in an\nOpenStack `openrc` file. Again note that Gophercloud currently uses \"tenant\"\ninstead of \"project\".\n\nService structs are specific to a provider and handle all of the logic and\noperations for a particular OpenStack service. Examples of services include:\nCompute, Object Storage, Block Storage. In order to define one, you need to\npass in the parent provider, like so:\n\nResource structs are the domain models that services make use of in order\nto work with and represent the state of API resources:\n\nIntermediate Result structs are returned for API operations, which allow\ngeneric access to the HTTP headers, response body, and any errors associated\nwith the network transaction. To turn a result into a usable resource struct,\nyou must call the Extract method which is chained to the response, or an\nExtract function from an applicable extension:\n\nAll requests that enumerate a collection return a Pager struct that is used to\niterate through the results one page at a time. Use the EachPage method on that\nPager to handle each successive Page in a closure, then use the appropriate\nextraction method from that request's package to interpret that Page as a slice\nof results:\n\nIf you want to obtain the entire collection of pages without doing any\nintermediary processing on each page, you can use the AllPages method:\n\nThis top-level package contains utility functions and data types that are used\nthroughout the provider and service packages. Of particular note for end users\nare the AuthOptions and EndpointOpts structs.","homepage":"https://github.com/comcast/gophercloud","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/comcast/gophercloud","keywords_array":[],"namespace":"github.com/comcast","versions_count":1,"first_release_published_at":"2017-11-17T22:28:30.000Z","latest_release_published_at":"2017-11-17T22:28:30.000Z","latest_release_number":"v0.0.0-20171117222830-8db8df11df46","last_synced_at":"2026-05-25T01:04:01.952Z","created_at":"2022-04-12T07:51:22.044Z","updated_at":"2026-05-25T01:04:01.953Z","registry_url":"https://pkg.go.dev/github.com/comcast/gophercloud","install_command":"go get github.com/comcast/gophercloud","documentation_url":"https://pkg.go.dev/github.com/comcast/gophercloud#section-documentation","metadata":{},"repo_metadata":{"uuid":"104921360","full_name":"Comcast/gophercloud","owner":"Comcast","description":"Gophercloud: an OpenStack SDK for Go","archived":true,"fork":true,"pushed_at":"2017-11-22T18:21:55.000Z","size":4285,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":14,"default_branch":"master","last_synced_at":"2023-02-22T05:04:16.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"gophercloud/gophercloud","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"logo_url":null,"metadata":{},"created_at":"2017-09-26T18:12:37.000Z","updated_at":"2023-01-28T20:16:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Comcast/gophercloud","commit_stats":null,"repository_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comcast%2Fgophercloud","tags_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comcast%2Fgophercloud/tags","manifests_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comcast%2Fgophercloud/manifests","owner_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Comcast","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":108921946,"host_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names"}},"repo_metadata_updated_at":"2023-03-21T19:20:09.253Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":null,"forks_count":null,"average":8.172500131868823},"purl":"pkg:golang/github.com/comcast/gophercloud","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/comcast/gophercloud","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/comcast/gophercloud","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/comcast/gophercloud/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-05-18T16:46:56.220Z","issues_count":0,"pull_requests_count":1,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":27.0,"issues_closed_count":0,"pull_requests_closed_count":1,"pull_request_authors_count":1,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":1.0,"merged_pull_requests_count":1,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcomcast%2Fgophercloud/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcomcast%2Fgophercloud/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcomcast%2Fgophercloud/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcomcast%2Fgophercloud/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcomcast%2Fgophercloud/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcomcast%2Fgophercloud/codemeta","maintainers":[]}