singnet / snet-sdk-python

Make gRPC calls to SingularityNET services programmatically using Python
MIT License
0 stars 1 forks source link

CLI functions in SDK: `snet organization *` #37

Open Necr0x0Der opened 1 month ago

Necr0x0Der commented 1 month ago

SDK should contain all the functions supported by CLI. The best solution would be to have these functions implemented in SDK, while CLI would be just an command-line-interface to them. At least, such functions as snet organization list and snet organization list-services org_id are essential for SDK for starters.