BoHung Chiu
7dd4f16190
Updated to 2022/04/04.(commit id: ee87eb0)
2022-04-05 15:52:26 +08:00
Daniel Azuma
d30bfb4084
docs: Update readme and samples to reflect separated packages
2021-01-07 13:31:56 -08:00
Omar R
1bc1737dc1
chore: Fix README.md links for directory reorganization
2020-12-23 09:28:20 -08:00
Kijima Daigo
80e2fadffd
chore: Fix CONTRIBUTING link in the readme
2020-12-07 12:12:09 -08:00
Colin Swenson-Healey
e3e97668b4
docs: Added another example for Content API usage
2019-11-25 17:29:00 -08:00
Chris Smith
1135e74c48
docs: add OVERVIEW.md and guides from developers.google.com ( #847 )
...
[closes #793 , closes #794 , closes #795 , closes #796 , closes #797 , closes #798 , closes #799 , closes #800 , closes #801 , closes #802 ]
2019-11-13 16:47:51 -07:00
Graham Paye
c0cbe7060d
set documentation uri to googleapis.dev location ( #840 )
2019-10-29 13:40:28 -07:00
Grant Timmerman
ff15f9b5ea
docs: Update README.md
...
Adds a gem version badge link to rubygems.org.
2019-08-12 08:49:44 -06:00
Daniel Azuma
95fecd04bb
Add a section in the readme documenting how to change the root_url ( #805 )
2019-06-24 13:18:22 -07:00
Grant Timmerman
45d60a5167
docs: Add RubyDoc Badge ( #803 )
2019-06-11 12:54:02 -07:00
Mladen Ilić
69fb4a0b11
Remove extra space in method template ( #785 )
...
* Remove extra space in method template
* Fix CONTRIBUTING link in readme file
2019-05-09 13:01:41 -07:00
Graham Paye
9e93187e3b
add ruby version EOL schedule to readme ( #710 )
2018-09-24 11:54:55 -07:00
Matthew Whisenhunt
518cd743a9
Promote GCP APIs
2018-04-12 13:12:59 -07:00
Brian Buchalter
a0af2ceee8
Improve language in Logging section of README ( #642 )
...
For readers following the README's sequence of instructions to get logging to STDOUT/STDERR, they will generally add code in the order which it appears in the README. That results in this:
```
Google::Apis.logger.level = Logger::DEBUG
Google::Apis.logger = Logger.new(STDERR)
```
However, this configuration will not have the desired effect in Rails apps, since the newly created logger will not respect the log level which was actually set on the Rails logger. By changing the order in which these code snippets appear in the README, we can help readers avoid this gotcha.
Additionally, I offer a small semantic improvement to help readers better understand the two options they have for changing the default logger.
2018-03-22 08:34:26 -07:00
Dan O'Meara
dcb5f56ba6
Add maintenance mode notice ( #597 )
2017-07-07 09:57:36 -07:00
Sai Cheemalapati
e7f64be149
Rename 'gcloud' to 'google-cloud'
2017-06-20 16:06:55 -07:00
Sai Cheemalapati
271f0c86e3
Update README.md ( #579 )
2017-05-17 14:09:37 -07:00
Steve Bazyl
2952e9ce27
Update version in readme
2017-04-03 13:45:57 -07:00
Steve Bazyl
8456aa1d1e
Update readme to describe raw json support
2017-04-03 11:20:00 -07:00
Steve Bazyl
9efb39e7b8
Clarify versions in readme & migrating guides
2017-03-30 12:39:09 -07:00
Bob Cao
95944cf1ff
Update README.md
2017-02-20 13:16:50 +08:00
Jonathan Soifer
88c22f75e7
Fix README.md typo ( #512 )
2017-01-28 23:25:56 -08:00
Steve Bazyl
8735e62c70
Merge pull request #455 from mortonfox/patch-1
...
Fix license link
2016-08-31 10:57:46 -07:00
Steve Bazyl
444ffb876b
Update README.md
2016-08-31 10:57:21 -07:00
Steve Bazyl
7cd452d94d
Add a note about naming convention
...
Clarify use of snake vs camel case.
2016-08-31 10:53:34 -07:00
Morton Fox
398d50d6c3
Fix license link
2016-08-23 00:21:09 -04:00
@rubynerd
7ab804fa57
Use twiddle-wakka for dependency example in Gemfile
...
This just bit me because of an "uninitialized constant Google::Apis::Core::JsonObjectSupport" error with generated API files, so I thought I would fix this up for someone in the future.
For dependency resolution, this specifies any version of 'google-api-client' 0.9 is valid, but 1.0 is not.
2016-08-02 21:15:20 +01:00
Steve Bazyl
4e19ae601f
#389 - Add option to bypass Rails logger + update readme
2016-04-14 12:54:58 -07:00
Steve Bazyl
50a07f8cb2
Merge pull request #372 from masonnl/issue-370-auth-with-env-variables
...
Add an authorization technique to the docs using env vars
2016-04-14 10:53:06 -07:00
Steve Bazyl
d2e51b4e7d
Update changelog, readme, & version for next 0.9.4 release
2016-03-11 14:43:51 -08:00
Mason Neal
9a3892afd2
Add an authorization technique to the docs using env vars
...
[Google Auth](https://github.com/google/google-auth-library-ruby ) supports environment varibales as a means of authorizing service apps.
2016-03-01 08:23:46 -08:00
Peter Karth
9234b9d208
Typo fix
...
Fixed line in README.md in Callbacks section an => can
2016-03-01 01:59:54 -05:00
John Drago
6692b24fa9
Update 'samples' link to 'samples' folder
...
The original samples link pointed to the (now) out of date examples for version 0.8 of this gem. I lost a few hours wondering why things were not working.
Hoping to save someone else the time I lost (and reap the karmic bounty thereof).
2016-02-17 10:32:38 -08:00
Steve Bazyl
f6aa6b0615
Add note about hash->keyword expansion
2016-01-21 17:55:48 -08:00
boshan
7bae00bc9f
Fixtypo on README
2016-01-20 20:52:58 -08:00
Steve Bazyl
c27018d3c8
Fix translate sample
2016-01-20 12:24:20 -08:00
Steve Bazyl
1864ea712f
Bump version
2016-01-14 17:42:44 -08:00
Steve Bazyl
8dcab2ace0
Bump version
2016-01-07 16:15:43 -08:00
Steve Bazyl
fd4ff04266
Refresh samples + add new ones for YouTube, Analytics
2016-01-07 11:41:45 -08:00
Steve Bazyl
d265698910
Update README.md
...
Minor tweak to install instructions
2015-12-18 15:21:47 -08:00
Steve Bazyl
5e80f0a5db
Add details on using API keys to readme
2015-12-01 16:51:53 -08:00
Steve Bazyl
669aaf01a4
Merge pull request #273 from rusikf/patch-5
...
add more detail specs for client_secrets.rb + fix docs
2015-08-19 12:20:56 -07:00
Ruslan Korolev
19ead52094
add more detail specs for client_secrets.rb + fix docs
2015-08-19 21:03:53 +03:00
sugitak
d1be2db651
update README.md to 0.9.pre3
...
A couple of updates for installing pre3.
2015-08-11 19:10:28 +09:00
Steve Bazyl
127ede5456
Update README.md
2015-07-24 22:49:17 -07:00
Steven Bazyl
fe1e841ade
Fix broken contributing.md link
2015-07-20 12:39:49 -07:00
Todd Sedano
e2492ce314
Clearly specifying 0.9 as the current version
...
A gem 'google-api-client' will give the developer version 0.8.6, not 0.9. The smallest solution is to update the readme. This better communicates that the gem is going through some large changes.
2015-06-28 15:45:41 -07:00
Steven Bazyl
f584a2cec8
Import refactored library. See MIGRATING.MD for details
2015-06-23 15:15:14 -07:00
Tim Emiola
aa8fc7c76b
Update the docs and CHANGELOG to show that application default creds are available.
2015-03-23 18:51:31 -07:00
Joe Kratzat
6757ee08c6
Fixing README.md spelling mistake
...
The batching example had 'urlshortener' misspelled. If someone was to copy and paste the example to test it wouldn't work.
2014-12-29 11:58:53 -05:00