This lightweight web application is designed for testing Supabase API
endpoints. The tool itself simplifies the process of interacting with Supabase API's, making endpoint testing user-friendly. The entire application is built using Reflex
.
To use this API client you'll need to have several things:
- A
Supabase
account and a database already setup. - Latest version of
Reflex
installed.
pip install reflex --upgrade
The following is a list of supported request methods:
GET
: Operational
POST
: Operational
DELETE
: Operational
PATCH
: In progress
LOGIN
: Operational
LOGOUT
: In progress
SIGNUP
: In progress
This project is open-source and licensed under the MIT License.