Library for Supabase Functions
Project description
Functions-py
Installation
pip3 install supabase_functions
Usage
Deploy your function as per documentation.
import asyncio
from supabase_functions import AsyncFunctionsClient
async def run_func():
fc = AsyncFunctionsClient("https://<project_ref>.functions.supabase.co", {})
res = await fc.invoke("payment-sheet", {"responseType": "json"})
if __name__ == "__main__":
asyncio.run(run_func())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file supabase_functions-0.6.1.tar.gz
.
File metadata
- Download URL: supabase_functions-0.6.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 846f7b3e7d945c97ccb823186d145beeaf810da4d67bb70eb5195b8cf96fc4f6 |
|
MD5 | d33ff8b5ba555b346f7b250af7c509f8 |
|
BLAKE2b-256 | 6810626ef6e116cb6ac23e40d7e8828200b14bc58ee6d435e35f12cbbb3b9fae |
File details
Details for the file supabase_functions-0.6.1-py3-none-any.whl
.
File metadata
- Download URL: supabase_functions-0.6.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50ddce97e73d1dba284c9c93d667919c46ca5b6e45111e731ba1e6df30b9ea69 |
|
MD5 | 0cadd007574ba12ae5af85058e4f1599 |
|
BLAKE2b-256 | f37b44bbb16a7d3eeb8780dfc4daf99c6f2cdc87dae7dfbc426a1120c1010571 |