Skip to content

Commit e7352fd

Browse files
authored
Merge pull request #12 from mstruebing/removeGoogl
Remove goo.gl service
2 parents 07659b6 + 2d2a6a2 commit e7352fd

File tree

4 files changed

+0
-86
lines changed

4 files changed

+0
-86
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ It's based on [Guzzle](https://github.com/guzzle/guzzle),HTTP client.
1818
| [Imgur](http://imgur.com/) | Yes | uploading images service |
1919
| [Imageshack](https://www.imageshack.us) | Yes | uploading images service |
2020
| [bit.ly](https://bitly.com/) | Yes | shorten url service |
21-
| [goo.gl](https://goo.gl/) | Yes | shorten url service |
2221
|[McAf.ee](https://community.mcafee.com/docs/DOC-1991)| Yes | shorten url service |
2322

2423
## Usage
@@ -128,18 +127,6 @@ It's based on [Guzzle](https://github.com/guzzle/guzzle),HTTP client.
128127
//return json format (McAf standard api response via cURL)
129128
var_dump($bundle->sendReq());
130129
```
131-
Google shorten url service: a shorten url service
132-
```php
133-
require 'vendor/autoload.php';
134-
$config = [
135-
'service-name' => 'Google',
136-
'apiKey' => 'your-api-key',
137-
'longUrl' => 'your-long-url'
138-
];
139-
$bundle = new \peter\components\serviceBundle\ServiceBundle($config);
140-
//return json format (goo.gl standard api response via cURL)
141-
var_dump($bundle->sendReq());
142-
```
143130
Bitly: a shorten url service
144131
```php
145132
require 'vendor/autoload.php';

docs/index.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ It's based on [Guzzle](https://github.com/guzzle/guzzle),HTTP client.
1818
| [Imgur](http://imgur.com/) | Yes | uploading images service |
1919
| [Imageshack](https://www.imageshack.us) | Yes | uploading images service |
2020
| [bit.ly](https://bitly.com/) | Yes | shorten url service |
21-
| [goo.gl](https://goo.gl/) | Yes | shorten url service |
2221
|[McAf.ee](https://community.mcafee.com/docs/DOC-1991)| Yes | shorten url service |
2322

2423
## Usage
@@ -93,18 +92,6 @@ It's based on [Guzzle](https://github.com/guzzle/guzzle),HTTP client.
9392
//return json format (McAf standard api response via cURL)
9493
var_dump($bundle->sendReq());
9594
```
96-
Google shorten url service: a shorten url service
97-
```php
98-
require 'vendor/autoload.php';
99-
$config = [
100-
'service-name' => 'Google',
101-
'apiKey' => 'your-api-key',
102-
'longUrl' => 'your-long-url'
103-
];
104-
$bundle = new \peter\components\serviceBundle\ServiceBundle($config);
105-
//return json format (goo.gl standard api response via cURL)
106-
var_dump($bundle->sendReq());
107-
```
10895
Bitly: a shorten url service
10996
```php
11097
require 'vendor/autoload.php';

src/serviceBundle/Services/Google.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

tests/serviceBundle/GoogleTest.php

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)