Postman is a tool to test your HTTP-based APIs and is available for multiple operating systems. You can learn more about it and download the executable from https://www.getpostman.com/.
Let's look at how to get the URL of the function that we created so that we can test using Postman:
- Open the Navigation Menu in the Google Cloud Console.
- Select Cloud Functions under Compute within the Navigation Menu.
- The home page of the Google Cloud Functions Console will show the list of Google Cloud Functions.
- Click on the Google Cloud Function that we just created.
- The console will navigate to the details page of the Function that we just created.
- Click on the Trigger tab. This will display the type of the trigger ,which in our ...