[0.3.0](https://github.com/unum-cloud/ujrpc/compare/v0.2.8...v0.3.0) (2023-04-03)
We all :heart: cURL for its CLI. It's the fastest way to test a REST API server.
How about JSON-RPC? [Now](https://github.com/unum-cloud/ujrpc/pull/60), there is a way :partying_face:
sh
ujrpc vectorize description='Product description' -i image=./local/path.png
To address a remote server:
sh
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:
sh
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 :wink: