# go-quay **Repository Path**: mirrors_coreos/go-quay ## Basic Information - **Project Name**: go-quay - **Description**: Go-swagger generated client bindings for Quay - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-quay Go-swagger generated client bindings for quay.io # Generating Client Bindings First install [go-swagger](https://github.com/go-swagger/go-swagger): ``` go get -u github.com/go-swagger/go-swagger/cmd/swagger ``` Next run the script included in the repo to generate client bindings: ``` ./generate_client ``` ## Stability This package is not considered stable, and breaking changes may occur. Go-swagger is still very early in it's support for generating client code from a schema, and may have bugs. Additionally, the quay.io API is still in preview and does not make any guarantees to not make breaking changes. Use at your own risk.