-
Notifications
You must be signed in to change notification settings - Fork 75
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
Project API #354
Project API #354
Conversation
…ojects � Conflicts: � github4s/src/main/scala/github4s/Decoders.scala � github4s/src/main/scala/github4s/Github.scala � github4s/src/main/scala/github4s/modules/GithubAPIs.scala � github4s/src/test/scala/github4s/utils/BaseIntegrationSpec.scala � github4s/src/test/scala/github4s/utils/BaseSpec.scala � github4s/src/test/scala/github4s/utils/TestData.scala
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.
LGTM, I just have a few minor comments here and there 👍
* @return GHResponse with the list of columns belonging to this project id | ||
*/ | ||
def listColumns( | ||
project_id: Int, |
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.
project_id: Int, | |
projectId: Int, |
wdyt?
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.
github4s/src/main/scala/github4s/interpreters/ProjectsInterpreter.scala
Outdated
Show resolved
Hide resolved
Co-Authored-By: Ben Fradet <benjamin.fradet@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #354 +/- ##
==========================================
+ Coverage 92.11% 92.27% +0.16%
==========================================
Files 23 24 +1
Lines 507 518 +11
Branches 1 1
==========================================
+ Hits 467 478 +11
Misses 40 40
Continue to review full report at Codecov.
|
Co-Authored-By: Ben Fradet <benjamin.fradet@gmail.com>
Co-Authored-By: Ben Fradet <benjamin.fradet@gmail.com>
…ter.scala Co-Authored-By: Ben Fradet <benjamin.fradet@gmail.com>
Co-Authored-By: Ben Fradet <benjamin.fradet@gmail.com>
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!
This PR solves:
#338 and #339