bold-commerce / go-shopify

Go client for the Shopify API
MIT License
330 stars 256 forks source link

Add ArticlesService in the client #309

Closed spl0i7 closed 1 month ago

spl0i7 commented 2 months ago

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

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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](https://app.codecov.io/gh/bold-commerce/go-shopify/pull/309/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bold+Commerce) | Coverage Δ | | |---|---|---| | [](https://app.codecov.io/gh/bold-commerce/go-shopify/pull/309/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bold+Commerce) | `99.11% <100.00%> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bold+Commerce#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mihaiav commented 1 month ago

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

oliver006 commented 1 month ago

Thanks for the kind reminder @mihaiav

And thanks for the PR, @spl0i7 - merged!