ydk-gen
ydk-gen copied to clipboard
Path API codec should support RPCs
Currently, the encode
and decode
methods in the Path API only support YANG data. The Path API Codec should be extended to support both data and RPCs. Something along the lines of:
- encode_data
- decode_data
- encode_rpc
- decode_rpc
and potentially too:
- encode_notification
- decode_notification