-
Notifications
You must be signed in to change notification settings - Fork 323
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
Google Spreadsheet Reading #1976
Conversation
- secret_file: a file containing Google Service Account credentials to use to | ||
access Google services. |
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.
What's the expected format for the credentials?
import Standard.Google_Api | ||
import Standard.Test | ||
|
||
main = Test.Suite.run_main <| |
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.
We should probably make this pending
if it isn't on CI.
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.
It's in a separate project, so just don't run it if you don't want to :P
Pull Request Description
Rudimentary ability to read Google Spreadsheets. Mostly PRed to just get a scaffolding into the repo.
Important Notes
Checklist
Please include the following checklist in your PR: