neynarxyz / nodejs-sdk

Typescript SDK for Neynar APIs
https://neynar.com
MIT License
50 stars 10 forks source link

Required parameter apiKey was null or undefined when calling postCast #53

Closed cnasc closed 9 months ago

cnasc commented 9 months ago

Using NeynarAPIClient.publishCast results in the error in the title. On version 1.2.0, and the client is instantiated with our API key.

cnasc commented 9 months ago

Whoops, process.env wasn’t being populated. False alarm, sorry about that

Shreyaschorge commented 9 months ago

Whoops, process.env wasn’t being populated. False alarm, sorry about that

no worries