An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.2% on proxy.golang.org
Top 0.9% dependent packages on proxy.golang.org
Top 0.2% dependent repos on proxy.golang.org
Top 2.0% forks on proxy.golang.org
Top 0.2% docker downloads on proxy.golang.org

proxy.golang.org : github.com/rackspace/gophercloud

Package gophercloud provides a multi-vendor interface to OpenStack-compatible clouds. The library has a three-level hierarchy: providers, services, and resources. Provider structs represent the service providers that offer and manage a collection of services. Examples of providers include: OpenStack, Rackspace, HP. These are defined like so: Service structs are specific to a provider and handle all of the logic and operations for a particular OpenStack service. Examples of services include: Compute, Object Storage, Block Storage. In order to define one, you need to pass in the parent provider, like so: Resource structs are the domain models that services make use of in order to work with and represent the state of API resources: Another convention is to return Result structs for API operations, which allow you to access the HTTP headers, response body, and associated errors with the network transaction. To get a resource struct, you then call the Extract method which is chained to the response.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/rackspace/gophercloud
License: Apache-2.0
Latest release: over 10 years ago
First release: over 11 years ago
Namespace: github.com/rackspace
Dependent packages: 29
Dependent repositories: 1,546
Stars: 460 on GitHub
Forks: 187 on GitHub
Docker dependents: 21
Docker downloads: 2,562,260,809
See more repository details: repos.ecosyste.ms
Last synced: about 1 hour ago