FeedHenry Google APIs Connector

Dependency Status

The FeedHenry Google APIs Connector. For more information on Google APIs see: https://github.com/google/google-api-nodejs-client.

Group Google APIs Connector API

Shorten a url using Google's URL shortening API

Endpoint /cloud/googleapis
HTTP Method POST

Request (application/json)

{
    "url": "http://google.ie"
}

Response 200 (application/json)

{
}

Tests

All the tests are in the "test/" directory. The cloud app is using mocha as the test runner.

Unit tests

npm run unit

Unit coverage

npm run coverage