v0.3.0: CLI Support!
0.3.0 (2023-04-03)
We all ❤️ cURL for its CLI. It's the fastest way to test a REST API server.
How about JSON-RPC? Now, there is a way 🥳
ujrpc vectorize description='Product description' -i image=./local/path.png
To address a remote server:
ujrpc vectorize description='Product description' -i image=./local/path.png --uri 0.0.0.0 -p 8545
No additional installations are needed. Simply upgrade UJRPC to v0.3 with the following code:
pip install --upgrade ujrpc==0.3
An interactive version, colored outputs, and profiling are in the works!
But first, we'll add a pinch of TLS! Stay tuned 😉