Code Monkey home page Code Monkey logo

mailerlite-ruby's People

Contributors

dinomh avatar libmartinito avatar nklmilojevic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mailerlite-ruby's Issues

Docs do not lineup with 1.0.2?

mailerlite-ruby: 1.0.2
rails: 6.1.5
ruby: 2.7.6

I'm having difficulty following the README docs. For starters, the docs namespace every call with Mailerlite, but I don't even have Mailerlite defined; for me it is MailerLite.

Next, the first "List all subscribers" call results in the following error:

> subscribers = MailerLite::Subscribers.new
> response = subscribers.list(filter: { status: 'active' })
Traceback (most recent call last):
        1: from (irb):21
NoMethodError (undefined method `list' for #<MailerLite::Subscribers:0x00007fe2f9e40ca8>)

And getting a single subscriber results in this error:

> subscribers.get('[email protected]')
Traceback (most recent call last):
        2: from (irb):22
        1: from (irb):23:in `rescue in irb_binding'
NameError (uninitialized constant MailerLite::VERSION)

README typo

There is a typo in the README

To List all groups, it should be .get, instead of .list.

This groups.list(limit:10, page:1, filter:{'name': 'My'}, sort:'name') doesn't work. But groups.get(limit:10, page:1, filter:{'name': 'My'}, sort:'name') works

[SDK] Create the Groups endpoints - Ruby

  • Get list of groups
  • Create a group
  • Get subscribers belonging to a group
  • Assign subscriber to a group
  • Unassign subscriber from a group
  • Update a group (name, etc.)
  • Delete a group

Unmaintained?

We've issued 3 PRs that haven't been looked at in over a month:

I wrote in to support and according to them the repository is unmaintained:

Currently our team does not actively those repositories and we don't do it upon request. If you can please try to explain the issues you are facing here and we could investigate it.

One of the reasons we chose to use mailerlite is the Ruby bindings. If this unmaintained, I'd expect the repository to be archived, or to have a large warning in the README.

Posting this also as a PSA to other companies considering using Mailerlite. Support seems to have made it clear that there's no ETA they can share on these PRs being looked at.

[SDK] Create missing endpoints - Ruby

Automations:

  • List all automations
  • Get an automation
  • Get the subscriber activity for an automation

Batching:

  • Make multiple requests in a single call

Timezones:

  • Get all available timezones

Campaign languages:

  • Get a list of all campaign languages available

[SDK] Create the Stats endpoints - Ruby

  • Get a list of sent campaigns
  • Get stats for a sent campaign
  • Get a subscribers of sent campaign
  • Get a list of forms by type
  • Get a stats of a form by type
  • Get subscribers of a form by type
  • Get a list of automations
  • Get a stats for a specific automation
  • Get a list of subscribers of a specific automation by type (completed, failed, etc.)

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.