Using gax-java with googleapis.com

unknown integration

✓ Official SDK
Install
# See https://github.com/googleapis/gax-java
Returns information about a repo.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://sourcerepo.googleapis.com/v1/{name}
Returns all repos belonging to a project. The sizes of the repos are not set …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://sourcerepo.googleapis.com/v1/{name}/repos
Returns the Cloud Source Repositories configuration of the project.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://sourcerepo.googleapis.com/v1/{name}/config
SDK on GitHub 📄 API Docs
SDK
gax-java
unknown
API
googleapis.com
googleapis.com:sourcerepo
At a glance
Language unknown
Endpoints11
Base URLhttps://sourcerepo.googleapis.com
✓ Official