File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,8 +44,10 @@ import { getJson } from "https://deno.land/x/serpapi/mod.ts";
4444## Features
4545
4646- TypeScript types such as supported parameters and function argument types.
47- - Works out-of-the-box with Node.js and Deno.
47+ - Works out-of-the-box with [ Node.js] ( https://www.npmjs.com/package/serpapi ) and
48+ [ Deno] ( https://deno.land/x/serpapi ) .
4849- Promises and async/await support.
50+ - Callbacks support.
4951- (Planned) Pagination support.
5052- (Planned) More examples.
5153- (Planned) More error classes.
@@ -55,9 +57,10 @@ import { getJson } from "https://deno.land/x/serpapi/mod.ts";
5557You can declare a global ` api_key ` and ` timeout ` value by modifying the ` config `
5658object. ` timeout ` is defined in milliseconds and defaults to 60 seconds.
5759
58- All functions, other than ` getLocations ` that doesn't require an API key,
59- accepts an optional ` api_key ` and ` timeout ` that will take precedence over the
60- values defined in ` config ` .
60+ All functions, other than ` getLocations ` , accepts an optional ` api_key ` and
61+ ` timeout ` that will take precedence over the values defined in ` config ` .
62+
63+ ` getLocations ` doesn't require an API key.
6164
6265``` js
6366import { config , getJson } from " serpapi" ;
You can’t perform that action at this time.
0 commit comments