-
Notifications
You must be signed in to change notification settings - Fork 25
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
Refactoring pkg Archivista API and include new http client for Archivista #424
Refactoring pkg Archivista API and include new http client for Archivista #424
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #424 +/- ##
==========================================
- Coverage 82.40% 1.82% -80.58%
==========================================
Files 10 124 +114
Lines 358 33571 +33213
==========================================
+ Hits 295 612 +317
- Misses 43 32897 +32854
- Partials 20 62 +42 ☔ View full report in Codecov by Sentry. |
b9f3d19
to
e41b846
Compare
e41b846
to
b8e39fd
Compare
b8e39fd
to
59caa5a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so far! I know there's still some outstanding discussion on naming but, after that, I'll give a closer look to the content of the testing.
) | ||
} | ||
|
||
func (ac *ArchivistaClient) GraphQLQueryIface( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this function intended to be used by a user? It would probably be helpful to have some descriptions above the functions, that way they will show up in https://pkg.go.dev/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these look great!
Signed-off-by: Kairo Araujo <[email protected]>
add a pkg with a HTTP client for Archivista using the pkg API Signed-off-by: Kairo Araujo <[email protected]>
Signed-off-by: Kairo Araujo <[email protected]>
59caa5a
to
75a5462
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look great! Thanks Kairo. 🙌
What this PR does / why we need it
Acceptance Criteria Met
Special notes for your reviewer: