1.0.3 • Published 11 months ago

google-api-key-verification v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Google API Key Verification

A simple library to check which Google APIs a given API key has access to.

Features

  • Verify access to all Google APIs with a given API key.
  • Check access for a specific Google API by title.

Usage

function

checkApiKeyForSpecificApi(apiKey, apiTitle);
checkApiKeyPermissions(apiKey);

return
{
    success:[{ title: String, name: String, id: String }], 
        fail:[{ title: String, name: String, id: String }]
}

Installation

npm install google-api-key-verification
1.0.3

11 months ago

1.0.2

11 months ago

1.0.0

11 months ago