File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15+ # [START sheets_quickstart]
1516"""
1617Shows basic usage of the Sheets API. Prints values from a Google Spreadsheet.
1718"""
18- # [START sheets_quickstart]
1919from __future__ import print_function
2020from apiclient .discovery import build
2121from httplib2 import Http
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15+ # [START slides_quickstart]
1516"""
1617Shows basic usage of the Slides API. Prints the number of slides and elments in
1718a presentation.
1819"""
19- # [START slides_quickstart]
2020from __future__ import print_function
2121from apiclient .discovery import build
2222from httplib2 import Http
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15+ # [START tasks_quickstart]
1516"""
1617Shows basic usage of the Tasks API. Outputs the first 10 task lists.
1718"""
18- # [START tasks_quickstart]
1919from __future__ import print_function
2020from apiclient .discovery import build
2121from httplib2 import Http
You can’t perform that action at this time.
0 commit comments