Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ArticlesService in the client #309

Merged
merged 3 commits into from
Oct 10, 2024
Merged

Conversation

spl0i7
Copy link

@spl0i7 spl0i7 commented Sep 22, 2024

Implement ArticlesService for managing Shopify articles, including CRUD operations, tag related operations, and article count.

Copy link
Collaborator

@oliver006 oliver006 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for the PR!

one minor mini nit, can you properly group the imports in the test file plz?

articles_test.go Outdated
import (
"context"
"fmt"
"github.com/jarcoal/httpmock"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: break out the 3rd party import in a separate section

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! done.

Implement ArticlesService for managing Shopify articles, including
CRUD operations, tag related operations, and article count.
Copy link

codecov bot commented Sep 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.11%. Comparing base (46c5292) to head (4368f10).
Report is 8 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #309      +/-   ##
==========================================
- Coverage   99.87%   99.11%   -0.76%     
==========================================
  Files          52       53       +1     
  Lines        2320     2363      +43     
==========================================
+ Hits         2317     2342      +25     
- Misses          2       20      +18     
  Partials        1        1              
Flag Coverage Δ
99.11% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mihaiav
Copy link

mihaiav commented Oct 9, 2024

Can someone merge this? I was just about to create a new issue about the missing Articles services

@oliver006 oliver006 merged commit e1f6563 into bold-commerce:master Oct 10, 2024
3 checks passed
@oliver006
Copy link
Collaborator

Thanks for the kind reminder @mihaiav

And thanks for the PR, @spl0i7 - merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants