Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

feedhenry-templates/fh-connector-google-cloud

Repository files navigation

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