@maxim_mazurok/gapi.client.customsearch
TypeScript icon, indicating that this package has built-in type declarations

1.0.20220811 • Public • Published

TypeScript typings for Custom Search API v1

Searches over a website or collection of websites For detailed description please check documentation.

Installing

Install typings for Custom Search API:

npm install @types/gapi.client.customsearch@v1 --save-dev

Usage

You need to initialize Google API client in your code:

gapi.load('client', () => {
  // now we can use gapi.client
  // ...
});

Then load api client wrapper:

gapi.client.load('customsearch', 'v1', () => {
  // now we can use gapi.client.customsearch
  // ...
});

After that you can use Custom Search API resources:

/*
Returns metadata about the search performed, metadata about the engine used for the search, and the search results.
*/
await gapi.client.customsearch.cse.list({  });

/@maxim_mazurok/gapi.client.customsearch/

    Package Sidebar

    Install

    npm i @maxim_mazurok/gapi.client.customsearch

    Weekly Downloads

    0

    Version

    1.0.20220811

    License

    MIT

    Unpacked Size

    68.2 kB

    Total Files

    6

    Last publish

    Collaborators

    • maxim_mazurok