Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Examples

Code Block
languageruby
collapsetitletrueRuby
m = MailUp::API.new('console_url')
m.xml_subscribe(:email => 'sample@email.com', :list => 1)
# => 0

...