Skip to content

Commit

Permalink
feat(apigeeregistry): start generating apiv1 (#6463)
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo authored Aug 2, 2022
1 parent 338d9c3 commit 55385cb
Show file tree
Hide file tree
Showing 18 changed files with 5,594 additions and 3 deletions.
1 change: 1 addition & 0 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"analytics": "0.8.0",
"apigateway": "1.2.0",
"apigeeconnect": "1.2.0",
"apigeeregistry": "0.0.0",
"appengine": "1.3.0",
"area120": "0.4.0",
"artifactregistry": "1.4.0",
Expand Down
1 change: 1 addition & 0 deletions apigeeregistry/CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changes
44 changes: 44 additions & 0 deletions apigeeregistry/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Apigee Registry API

[![Go Reference](https://pkg.go.dev/badge/cloud.google.com/go/apigeeregistry.svg)](https://pkg.go.dev/cloud.google.com/go/apigeeregistry)

Go Client Library for Apigee Registry API.

## Install

```bash
go get cloud.google.com/go/apigeeregistry
```

## Stability

The stability of this module is indicated by SemVer.

However, a `v1+` module may have breaking changes in two scenarios:

* Packages with `alpha` or `beta` in the import path
* The GoDoc has an explicit stability disclaimer (for example, for an experimental feature).

## Google Cloud Samples

To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples?l=go).

## Go Version Support

See the [Go Versions Supported](https://github.com/googleapis/google-cloud-go#go-versions-supported)
section in the root directory's README.

## Authorization

See the [Authorization](https://github.com/googleapis/google-cloud-go#authorization)
section in the root directory's README.

## Contributing

Contributions are welcome. Please, see the [CONTRIBUTING](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md)
document for details.

Please note that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms. See
[Contributor Code of Conduct](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md#contributor-code-of-conduct)
for more information.
164 changes: 164 additions & 0 deletions apigeeregistry/apiv1/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 55385cb

Please sign in to comment.