Vlad
Vlad
@AndreiRegiani Can you take a look at this? I also just ran into this issue. Sending a post with a data body fails without this fix. i.e the following post...
Not sure if this project is being actively maintained anymore? I also just added a quick and easy approach to adding v3 support (lacking some structured testing)
Example call with v3 ```python apiv3 = bigcommerce.api.BigcommerceApi( client_id=client_id, store_hash=store_hash, access_token=access_token, api_path='/stores/{}/v3/{}' ) apiv3.Variants.all() ```
Also interested in a Linear integration! For context we're an early stage startup that uses linear mostly due to its minimal/simplified ticketing system.