ydk-gen icon indicating copy to clipboard operation
ydk-gen copied to clipboard

Path API codec should support RPCs

Open 111pontes opened this issue 7 years ago • 0 comments

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

111pontes avatar Nov 02 '17 17:11 111pontes