-
Notifications
You must be signed in to change notification settings - Fork 450
Documented a few smaller functions in Readme #4
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
Documented a few smaller functions in Readme #4
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA) at https://cla.developers.google.com/. If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check the information on your CLA or see this help article on setting the email on your git commits. Once you've done that, please reply here to let us know. If you signed the CLA as a corporation, please let us know the company's name. |
signed |
@@ -147,6 +147,39 @@ request in the "Authorization" header. | |||
... | |||
} | |||
|
|||
### 5. Reseting the Access 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.
These numerical headers are meant for listing the required steps to use the library. The information you added is not required however, so I'd prefer that it was documented outside of this section. What about removing the numbering and moving these tips under a "Other features" header, etc.
Thanks for writing this up. I've added a couple of comments, and once you address them I'll happily merge this in. |
CLAs look good, thanks! |
Everything should be good now. Sorry for being 'spammy' about these fixes. Just starting to diving into github as I'm writing a git tool for GAS. |
Documented a few smaller functions in Readme
No description provided.