taylorbrooks / closeio

A Ruby wrapper for the Close.io API
http://developer.close.com
MIT License
45 stars 57 forks source link

add list_users query #33

Closed ayb closed 7 years ago

ayb commented 7 years ago

Add ability to query the close.io list_users API endpoint

i.e. GET /user/

As per: https://developer.close.io/#users

taylorbrooks commented 7 years ago

@ayb Thanks! This looks awesome. Just curious... is this a new endpoint? I don't remember seeing it before.

ayb commented 7 years ago

@taylorbrooks Honestly I'm not sure when it may have been added. It was just something we needed and I saw the endpoint was there so wanted to add it.

Thanks.

taylorbrooks commented 7 years ago

2.6.5 is pushed to Rubygems with this change.