singnet / snet-sdk-python

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

Getting methods and parameters of services #38

Open Necr0x0Der opened 1 month ago

Necr0x0Der commented 1 month ago

After create_service_client, it is desirable to be able to list the service methods, their parameters (or, better, type signatures) via SDK. The simplest way to retrieve this info from protobuf can be implemented first (without additional type conversions, conversions to methods of Python classes, etc.) - just dicts with info for starters.