Giter Site home page Giter Site logo

Comments (7)

amro avatar amro commented on August 20, 2024 1

I wouldn't recommend that until it's fully tested and the doc is fully updated. That aside, the doc for subscribe says you must pass a struct (hash) for the email parameter.

Try something like:

Gibbon::API.lists.subscribe({:id => 'foofoo', :email => {: email => '[email protected]'}})

from gibbon.

amro avatar amro commented on August 20, 2024

You're using the wrong parameter name, as the error says. I'd need to know what version of Gibbon you're using so I could figure out which API it's hitting.

The current doc on Github is for an unreleased that uses MailChimp API 2.0. If you're using the current release of gibbon see the doc at https://github.com/amro/gibbon/tree/832c4ea36a995330f601f7f3486a5bff2c713442

from gibbon.

ngw avatar ngw commented on August 20, 2024

gem 'gibbon', git: 'git://github.com/amro/gibbon.git'

So I'm getting it directly from github

from gibbon.

ngw avatar ngw commented on August 20, 2024

Unfortunately the gem version doesn't seem to work with the current documentation...

from gibbon.

amro avatar amro commented on August 20, 2024

Please use the release version of the gem. As I explained, the version on github is unreleased, not fully tested and the documentation has not been fully updated. That's something I hope to have done shortly. Someone has graciously offered to update the tests and is in the middle of doing so. I'll work on the doc soon as well.

from gibbon.

ngw avatar ngw commented on August 20, 2024

Perfect, but right now it fails with uninitialized constant Gibbon::API (NameError). Just oso you know.

from gibbon.

amro avatar amro commented on August 20, 2024

Thanks for the heads up. My code sample was a little off -- something like this should do it.

Gibbon::API.new(api_key_here).lists.subscribe({:id => 'foofoo', :email => {: email => '[email protected]'}})

from gibbon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.