archnabhalla
archnabhalla

Reputation: 1

Configuring Pub/Sub for Restful API

I am trying to configure a pub/sub subscription to receive messages from a public Restful API. I am unable to locate any such thing in the tutorials or the google docs. Is there any tutorial with the steps needed anywhere?

Upvotes: 0

Views: 603

Answers (1)

John Hanley
John Hanley

Reputation: 81454

This is easy to do if you understand Google Cloud, Authentication and the documentation.

This Cloud Pub/Sub API documentation is here. If you are just getting started with Google Cloud, this documentation assumes that you already know the basics.

The service account authentication is here.

I would start by first getting comfortable with Pub/Sub in your favorite language using a library. Start here.

Upvotes: 1

Related Questions