bigcommerce-api-python icon indicating copy to clipboard operation
bigcommerce-api-python copied to clipboard

Seems to be no end point for Blog Tags

Open joegarcia opened this issue 6 years ago • 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'

joegarcia avatar Oct 07 '19 17:10 joegarcia