Skip to content

andrewdircks/gfunctions-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GFunction Auth

Make authorized, lightweight calls to Cloud Functions in Python.

Install

pip install gfunction-auth

Usage

To make a simple post request to a Cloud Function with url fn_url

from gfunction_auth import gfunction_post
data = {'example': 42}
response = gfunction_post(fn_url, data)

Note, the caller of the function must be registered by GCP.

About

A lightweight package for makeing authorized requests to Google Cloud Functions in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages