notion-sdk-net
notion-sdk-net copied to clipboard
Add separate models for Retrieve and Append API's
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.