new Article(shopify)
Creates an Article instance.
Parameters:
Name | Type | Description |
---|---|---|
shopify |
Shopify | Reference to the Shopify instance |
Methods
authors() → {Promise}
Gets a list of all the authors of articles.
Returns:
Promise that resolves with the result
- Type
- Promise
tags(blogIdopt, paramsopt) → {Promise}
Gets a list of all the tags of articles.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
blogId |
Number |
<optional> |
Blog ID |
params |
Object |
<optional> |
Query parameters |
Returns:
Promise that resolves with the result
- Type
- Promise