Skip to content

Commit

Permalink
Merge pull request #188 from zaparka/patch-1
Browse files Browse the repository at this point in the history
Update README.markdown
  • Loading branch information
amro committed Apr 11, 2016
2 parents afd0ceb + be5d68d commit b39fad5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.markdown
Expand Up @@ -111,6 +111,12 @@ And to retrieve the next 50 members:
gibbon.lists(list_id).members.retrieve(params: {"count": "50", "offset: "50"})
```
And to retrieve only subscribed members
```ruby
gibbon.lists(list_id).members.retrieve(params: {"count": "50", "offset: "50", "status": "subscribed"})
```

Subscribe a member to a list:

```ruby
Expand Down

0 comments on commit b39fad5

Please sign in to comment.