-
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
ScalaDoc #9
ScalaDoc #9
Conversation
Current coverage is 0.69%@@ master #9 diff @@
========================================
Files 14 14
Lines 143 143
Methods 0 0
Messages 0 0
Branches 1 1
========================================
+ Hits 0 1 +1
+ Misses 143 142 -1
Partials 0 0
|
* @param scopes attached to the token | ||
* @param note to remind you what the OAuth token is for | ||
* @param client_id the 20 character OAuth app client key for which to create the token | ||
* @param client_secret the 40 character OAuth app client secret for which to create the token |
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.
Maybe we should include return type here
@return GHResponse[Authorization] comment
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.
Ok
I think that we should use
|
@javipacheco Your comments have been addressed. I'm going to increase test coverage in next PRs, is good to merge so far? |
LGTM |
This PR includes comments in order to generate Scala API Doc.
@javipacheco Could you take a look please?