Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

supabase/functions-py

Repository files navigation

Installation

pip3 install supabase_functions

Usage

Deploy your function as per documentation.

importasynciofromsupabase_functionsimportAsyncFunctionsClientasyncdefrun_func():fc=AsyncFunctionsClient("https://<project_ref>.functions.supabase.co", {})res=awaitfc.invoke("payment-sheet", {"responseType":"json"})if__name__=="__main__":asyncio.run(run_func())

About

No description or website provided.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors12


[8]ページ先頭

©2009-2025 Movatter.jp