Create Password Protected APIs with WayScript | As Fast As Possible Tutorial

preview_player
Показать описание
Create custom APIs using WayScript, complete with your own permissions management interface.

*** Want to clone this script? ***

Code used --

SQL Example --

Python Example --

Questions about this script or anything else? Join our discord. We're always around to help.

Follow WayScript on Social Media:

#WayScript gives you flexible building blocks to seamlessly integrate, automate, and host tools in the cloud. Unlock new potential with drag and drop programming.

Need ideas on how to use WayScript? View our template library to get ideas:

Ready to get started? Get Superpowers with WayScript today.
Рекомендации по теме
Комментарии
Автор

Hi, To access my gsheet, my credentials are stored in a json file. My python code has something like this to access the cred.json file: creds = ServiceAccountCredentials.from_json_keyfile_name('creds.json', scope).

How can I make this set up in wayscript? I tried in many ways and i get file not found error. Please help!

sarithiyahome