You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
One idea no Replit API package has managed so far (to my knowledge), is an interfacing option with ReplDB. I don't quite mean enveloping the ReplDB package with ReplAPI.it, but rather sending requests to the endpoint.
Ideas:
First initialize a ReplDB class, parameter can be to supply the endpoint URL
Use the normal functions (set, get, delete, list), just like the current ReplDB package
Add more utility functions?
This doesn't do much with just the basic functions and it could possibly be easier for users if there are utilities...