GoogleCloudPlatform / cloud-code-vscode

Cloud Code for Visual Studio Code: Issues, Documentation and more
Other
412 stars 111 forks source link

[Feature] Google Cloud Endpoints Integration in to API Explorer #421

Open jjdharmaraj opened 3 years ago

jjdharmaraj commented 3 years ago

Use case What are you trying to do that our extension doesn't let you? Eg, I want to deploy frequently to manually test my code change. Running deploy command every time is annoying.

Feature What would help? Eg, Maybe a continuous deploy command? Adding these APIs to API explorer will be helpful: servicemanagement.googleapis.com, servicecontrol.googleapis.com, and endpoints.googleapis.com. But what will be even better is the ability to add Cloud Endpoints to an existing cluser as easy as deploying a new cluster.

sujit-kamireddy commented 3 years ago

@jjdharmaraj , To clarify, are you looking for the below two things

  1. A continuous deploy command to deploy your code changes frequently. Is this for kubernetes apps? Did you try the watch flag? https://cloud.google.com/code/docs/vscode/running-an-application#customizing_launch_configuration

  2. Google Cloud Endpoints support in API Explorer?

jjdharmaraj commented 3 years ago

Well this one is more complicated.

So at the very least adding support for the 3 different apis into the API explorer would be great.

But what would be even better is to somehow just check some boxes when deploying also adds Cloud Endpoints would be even better. Thanks!!

sujit-kamireddy commented 3 years ago

Thank you @jjdharmaraj for the additional context.