notion-sdk-py
notion-sdk-py copied to clipboard
[Draft] Add types (POC)
Add output (and maybe input) types to response (requests). For details, please see: https://github.com/ramnes/notion-sdk-py/issues/199
How to achive this:
- use generic to distinguish client of Endpoint instance between
ClientandAsyncClient - use the generic and
overloaddecorator to add two overloads (one for sync and another one async) of each request method