Skip to content

api_key is not passed in subscribe method #4

@masterkain

Description

@masterkain
Sendyr.configure do |c|
  c.url     = 'https://sendy.mydomain.com'
  c.api_key = 'xxxxxx'
end
@status=200 @reason_phrase="OK" @response_body="API key not passed"

had to specify it:

sendyr_client.subscribe(email: email, api_key: Sendyr.configuration.api_key)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions