Hello All, Currently I am studying go-lang and working on a project that I wanted to allow user run application locally as well as remotely then collect results using user gcloud temp token or service credentials that user specifically created for this app. By remotely I mean that running application will create a temporary google function run it fetch status and terminate it. I have figured that there is a api for that: https://github.com/googleapis/google-api-go-client/blob/master/cloudfunctions/v1/cloudfunctions-gen.go https://cloud.google.com/functions/docs/reference/rest/ This is the only example I have found, but TBH it was a bit hard to follow: https://github.com/viant/endly/blob/master/system/cloud/gcp/cloudfunctions/service.go
I am looking for a basic example to do CRUD google functions via go using this api with basic auth features. If any one of you can give me some direction I would appreciate for the help! Thanks Burak -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/4607966e-d1dd-4e68-b374-86686c6e032e%40googlegroups.com.