As the API might be starting to show all the information the API has to offer, I suggest we default to showing everything but could limit to certain sections by using switches.
I'm familiar with argparse and would like to implement this.
examples might include
--realtimedata, --batteryparameters or --load off
This would allow users without python knowledge to start using the API directly on the CLI.
It would also allow the command line tool to become the "demo" for your API.
As the API might be starting to show all the information the API has to offer, I suggest we default to showing everything but could limit to certain sections by using switches.
I'm familiar with argparse and would like to implement this. examples might include --realtimedata, --batteryparameters or --load off
This would allow users without python knowledge to start using the API directly on the CLI. It would also allow the command line tool to become the "demo" for your API.