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

Non Node.js support - creating a wholly local Google Cloud API calling dashboard in the browser #6040

Open
SamuelMarks opened this issue Feb 16, 2025 · 0 comments
Labels
size: l type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. web

Comments

@SamuelMarks
Copy link

A screenshot that you have tested with "Try this API".

What do you think of this idea?

I can probably implement it by generating a new client library from your discovery JSON; or maybe hacking around a patch for this Node.js one and auto-applying it everytime you release.

What would you like to see in the library?

  1. Usable in the web browser, with no API server or anything like that (i.e., just serve some HTML+JS files off a CDN; keep auth tokens, region & other preferences, and dashboard customisations in LocalStorage)

Describe alternatives you've considered

Writing a new library by hand.

Or generating a new library using your Discovery API https://cloud.google.com/docs/discovery/use-api
(e.g., by writing a tool to translate this to OpenAPI; then using one of the many OpenAPI generators to create nice JavaScript or TypeScript code)

Additional context/notes

No response

@d-goog d-goog added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. web size: l labels Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: l type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. web
Projects
None yet
Development

No branches or pull requests

2 participants