etsyv3
etsyv3 copied to clipboard
Python client for the Etsy OpenAPI v3
This pull request implements the missing methods for the listing translation API endpoints ([reference](https://developer.etsy.com/documentation/reference/#tag/ShopListing-Translation)). Implemented endpoints: - `create_listing_translation` - `update_listing_translation`
This proposal add new methods to the api for implement listing video endpoints. Reference: https://developer.etsy.com/documentation/reference/#tag/ShopListing-Video Implemented endpoints: - deleteListingVideo - getListingVideo - getListingVideos - uploadListingVideo
method is rising without obvious cause leading to weird behavior such as #14 https://github.com/anitabyte/etsyv3/blob/8af196816ed64e8bc62a9adfb7f035999ec96fb7/etsyv3/util/auth/auth_helper.py#L46C8-L46C8 Should raise something more helpfull e.g. ValueError("Invalid state")
The path for the `auth_helper.py` file that is shown in the README section is incorrect. The incorrect path is: `etsyv3.utils.util.auth.auth_helper` The correct path is: `etsyv3.util.auth.auth_helper`