1.0.3 • Published 1 year ago

google-api-key-verification v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.2

1 year ago

1.0.0

1 year ago