UNPKG

@neynar/nodejs-sdk

Version:

SDK to interact with Neynar APIs (https://docs.neynar.com/reference/quickstart)

12 lines (11 loc) 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Configuration = void 0; class Configuration { constructor(params) { this.apiKey = params.apiKey; this.basePath = params.basePath; this.baseOptions = params.baseOptions; } } exports.Configuration = Configuration;