Skip to content

Commit d1bb561

Browse files
authored
Merge branch 'master' into quickstart
2 parents 027cc41 + a521b7a commit d1bb561

File tree

34 files changed

+360
-59
lines changed

34 files changed

+360
-59
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(Please search [existing issues](https://github.com/gsuitedevs/php-samples/issues) before creating a new one.)
1+
(Please search [existing issues](https://github.com/googleworkspace/php-samples/issues) before creating a new one.)
22

33
**Sample:**
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# G Suite PHP Samples [![Build Status](https://travis-ci.org/gsuitedevs/php-samples.svg?branch=master)](https://travis-ci.org/gsuitedevs/php-samples)
1+
# Google Workspace PHP Samples [![Build Status](https://travis-ci.org/googleworkspace/php-samples.svg?branch=master)](https://travis-ci.org/googleworkspace/php-samples)
22

3-
A collection of samples that demonstrate how to call G Suite APIs from PHP.
3+
A collection of samples that demonstrate how to call Google Workspace APIs from PHP.
44

55
## Products
66

admin-sdk/directory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ composer install
1515
### Download Developer Credentials
1616

1717
- Follow the steps in the quickstart instructions to download your developer
18-
credentials and save them in a file called `credentails.json` in this
18+
credentials and save them in a file called `credentials.json` in this
1919
directory.
2020

2121
## Run

admin-sdk/reports/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ composer install
1515
### Download Developer Credentials
1616

1717
- Follow the steps in the quickstart instructions to download your developer
18-
credentials and save them in a file called `credentails.json` in this
18+
credentials and save them in a file called `credentials.json` in this
1919
directory.
2020

2121
## Run

admin-sdk/reseller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ composer install
1515
### Download Developer Credentials
1616

1717
- Follow the steps in the quickstart instructions to download your developer
18-
credentials and save them in a file called `credentails.json` in this
18+
credentials and save them in a file called `credentials.json` in this
1919
directory.
2020

2121
## Run

apps-script/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ composer install
1515
### Download Developer Credentials
1616

1717
- Follow the steps in the quickstart instructions to download your developer
18-
credentials and save them in a file called `credentails.json` in this
18+
credentials and save them in a file called `credentials.json` in this
1919
directory.
2020

2121
## Run

calendar/quickstart/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ composer install
1414

1515
### Download Developer Credentials
1616

17-
- Follow the steps in the quickstart instructions to download your developer
18-
credentials and save them in a file called `credentails.json` in this
19-
directory.
17+
- Follow [the steps in the quickstart instructions](https://github.com/googleapis/google-api-php-client/blob/master/docs/oauth-web.md#create-authorization-credentials) to download your developer
18+
credentials and save them in a file called `credentials.json` in this
19+
directory. Please make sure you are using "Desktop" application type.
2020

2121
## Run
2222

classroom/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ composer install
1515
### Download Developer Credentials
1616

1717
- Follow the steps in the quickstart instructions to download your developer
18-
credentials and save them in a file called `credentails.json` in this
18+
credentials and save them in a file called `credentials.json` in this
1919
directory.
2020

2121
## Run

docs/quickstart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ composer install
1515
### Download Developer Credentials
1616

1717
- Follow the steps in the quickstart instructions to download your developer
18-
credentials and save them in a file called `credentails.json` in this
18+
credentials and save them in a file called `credentials.json` in this
1919
directory.
2020

2121
## Run
2222

2323
```sh
2424
php quickstart.php
25-
```
25+
```

docs/quickstart/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"require": {
33
"google/apiclient": "^2.2"
44
}
5-
}
5+
}

0 commit comments

Comments
 (0)