bigcommerce/bigcommerce-api-python

Seems to be no end point for Blog Tags

Opened this issue · 0 comments

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'