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
based on a discussion with @moid on ssb %/q6q4t3WMS7dVVKErsjvOTInR2ZGvMZb5yAiKrl0Ecg=.sha256
it looks like maybe the one example of curl we could find in the documentation was out of sync,
and in addition to the jsonrpc examples in rust for solar_client,
it could be nice to provide examples in curl, as a reference for those interacting with solar from the command line of from another language
The text was updated successfully, but these errors were encountered:
curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc": "2.0", "method": "publish", "params": {"msg": {"type": "post", "text": "this is a test post for moid"} }, "id":1 }' 127.0.0.1:3030
based on a discussion with @moid on ssb
%/q6q4t3WMS7dVVKErsjvOTInR2ZGvMZb5yAiKrl0Ecg=.sha256
it looks like maybe the one example of curl we could find in the documentation was out of sync,
and in addition to the jsonrpc examples in rust for solar_client,
it could be nice to provide examples in curl, as a reference for those interacting with solar from the command line of from another language
The text was updated successfully, but these errors were encountered: