punerb / supportbee

The supportbee.com CLI gem
MIT License
9 stars 10 forks source link

All tickets Listing #10

Open sivagollapalli opened 12 years ago

sivagollapalli commented 12 years ago

Currently I have seen there is no way list of all tickets in a project as by default it returns 15 tickets. So how can I get list of all tickets of a project?

gautamrege commented 12 years ago

We have a "page" and "per page" parameter which can be used an optional argument to retrieve tickets. Defaults: page: 0 per-page: 15