bigcommerce-api-python
bigcommerce-api-python copied to clipboard
Seems to be no end point for Blog Tags
Expected behavior
api.BlogTags.all() should retrieve all the Blog Tags
It should work similar to api.BlogPosts.all() where it retrieves all Blog Posts
The API documentation can be found here: https://developer.bigcommerce.com/api-reference/marketing/store-content-api/blog-posts/getallblogtags
Actual behavior
Trying to execute api.BlogTags.all() results in error:
AttributeError: module 'bigcommerce.api' has no attribute 'BlogTags'