messagebird / ruby-rest-api

MessageBird's REST API for Ruby
BSD 2-Clause "Simplified" License
37 stars 46 forks source link

improvement(conversation messages) allow call list using default values args to list all #48

Closed guilhermehubner closed 4 years ago

guilhermehubner commented 4 years ago

It's require to define limit and offset to list conversation messages. This pull request allow to list conversation messages without passing this args (list all).

It have default values, when it is called with them it returns no results though.

I also add tests to this function