notion-sdk-net icon indicating copy to clipboard operation
notion-sdk-net copied to clipboard

Add separate models for Retrieve and Append API's

Open KoditkarVedant opened this issue 3 years ago • 0 comments

Currently, we are reusing the get models when calling the append API's. To avoid generating errors and adding hacks to support both types of API using same models. It is time to create separate models for each API which will help us in code maintenance and we do not have to worry about breaking other parts of system.

KoditkarVedant avatar Jan 03 '22 08:01 KoditkarVedant