Sha256: cb0dfe22cf793b7799aa95930a0f55d0f7526f123f7f5d76a577f626318a63bd
Contents?: true
Size: 1.22 KB
Versions: 2
Compression:
Stored size: 1.22 KB
Contents
# Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. require 'google/apis/blogger_v3/service.rb' require 'google/apis/blogger_v3/classes.rb' require 'google/apis/blogger_v3/representations.rb' module Google module Apis # Blogger API v3 # # The Blogger API provides access to posts, comments and pages of a # Blogger blog. # # @see https://developers.google.com/blogger/docs/3.0/getting_started module BloggerV3 VERSION = 'V3' REVISION = '20200711' # Manage your Blogger account AUTH_BLOGGER = 'https://www.googleapis.com/auth/blogger' # View your Blogger account AUTH_BLOGGER_READONLY = 'https://www.googleapis.com/auth/blogger.readonly' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
google-api-client-0.42.2 | generated/google/apis/blogger_v3.rb |
google-api-client-0.42.1 | generated/google/apis/blogger_v3.rb |