FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

go-samples/docs/quickstart at main · googleworkspace/go-samples · GitHub

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Docs Go Quickstart

Complete the steps described in the Docs Go Quickstart, and in about five minutes you'll have a simple Go command-line application that makes requests to the Docs API.

Credentials

Download the credentials.json file to this directory by following the steps in the above link.

Install

go get google.golang.org/api/docs/v1
go get golang.org/x/oauth2/google

Run

go run quickstart.go


Back | FazBrowse Home | New Git URL