plaid / plaid-ruby

Ruby bindings for Plaid
https://plaid.com/docs
MIT License
228 stars 144 forks source link

Getting NoMethodError when creating a link_token #405

Closed PelagicDev closed 2 years ago

PelagicDev commented 2 years ago

Following the docs & README to Create a Link Token gives me the following:

# calling this:
link_token_response = client.link_token_create(link_token_create_request)

# returns this:
NoMethodError: undefined method `create_link_token' for #<Plaid::ApiClient:0x0000aaab2d014130>

Is there something I'm missing here?