Quickstart
Read the API key from a server environment variable and request a sponsored offer beside the answer.
import { Knobase } from "@knobase/monetize";
const knobase = new Knobase({
apiKey: process.env.KNOBASE_API_KEY
});Read the API key from a server environment variable and request a sponsored offer beside the answer.
import { Knobase } from "@knobase/monetize";
const knobase = new Knobase({
apiKey: process.env.KNOBASE_API_KEY
});