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...
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:
This doesn't do much with just the basic functions and it could possibly be easier for users if there are utilities...