-
Notifications
You must be signed in to change notification settings - Fork 266
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
moving globalApiPrefix to Client #83
Conversation
Codecov Report
@@ Coverage Diff @@
## master #83 +/- ##
==========================================
- Coverage 100% 99.49% -0.51%
==========================================
Files 31 31
Lines 1173 1187 +14
==========================================
+ Hits 1173 1181 +8
- Misses 0 3 +3
- Partials 0 3 +3
Continue to review full report at Codecov.
|
Hey @luthermonson, Just wondering if we can cover some of the new cases you added in the goshopify.go file? https://codecov.io/gh/bold-commerce/go-shopify/pull/83/src/goshopify.go I'm a bit less concerned about the oauth.go changes, like you mentioned the newClient change kinda messed that up and we can clean up those tests ourselves later. |
@rickywiens ya im working on it just havent found time yet! didn't think this was gonna get merged till i fixed those but had other stuff come up. adding Client as a field on App was the hack to get around it but i think that GetAccessToken method should be on Client personally. |
74bb872
to
b0fbcb3
Compare
@rickywiens is this good enough or more done with oauth? |
I think this should be good - we can patch up the tests later. It was brought up internally that we might want to alter the import in the gomod file: https://github.com/golang/go/wiki/Modules#semantic-import-versioning What do you think about that? |
I think you mean changing this to |
@rickywiens needed anything else for this? |
Hey @luthermonson. I was just trying to figure out how to get around the codecov requirement. I'm merging it locally now and I will push it up. |
New attempt with all latest changes from gomod included
Closes #80