Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assistance needed: trying to hit beta gcloud endpoints #70

Open
ababkin opened this issue Apr 22, 2017 · 2 comments
Open

assistance needed: trying to hit beta gcloud endpoints #70

ababkin opened this issue Apr 22, 2017 · 2 comments

Comments

@ababkin
Copy link

ababkin commented Apr 22, 2017

Hi

I'm trying to hit this API endpoint:
https://us.gcr.io/v2/<gcp_project_name>/<my_image_name>/tags/list (the endpoint that the following CLI command hits: gcloud beta container images list-tags us.gcr.io/<gcp_project_name>/<my_image_name>)

I realize that gogol likely does not support this API, but I suspect that I could reuse gogol's auth mechanism to authenticate with this endpoint.
I don't mind hand-crafting a gogol request for this endpoint, but would really appreciate an advice or assistance as to how to go about it

Thanks

@matthew-piziak
Copy link

I suspect this is related to the face that I cannot hit getManagedZonesList, a v2beta1 endpoint, without getting a 403 Forbidden.

@matthew-piziak
Copy link

Never mind, mine is actually a Google bug: https://issuetracker.google.com/issues/64573069

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants