pinterest / pinterest-python-sdk

An SDK that makes it quick and easy to build applications with Pinterest API.
Apache License 2.0
43 stars 28 forks source link

AttributeError: 'BoardSection' object has no attribute '_generated_api_get_fn_args' #130

Open pipozzz opened 2 months ago

pipozzz commented 2 months ago

When I'm trying to list all boards sections I'm getting this exception

AttributeError: 'BoardSection' object has no attribute '_generated_api_get_fn_args'

How to reproduce:

Board('board_id').list_sections()