-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added listing org. users #265
Conversation
Hi @stromaler. Thank you for your PR, we really appreciate it. However, we can't merge it unless you add to the PR some tests and documentation to the README. |
@AurelioDeRosa OK no probs. I do so soon. |
@AurelioDeRosa Sorry for delay... I added documentation and test... hope its ok now. |
@AurelioDeRosa I don't understand why that tests failing,,, |
Tomorrow I'll have a look at it. I'll give you some feedback. |
// List members of given organization | ||
// ------- | ||
this.orgMembers = function (orgId, cb) { | ||
_request('GET', '/organizations/' + orgId + '/members', options, cb); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In passing the data to _request
you use an options
variable that is never declared.
Hi @stromaler. Are you still interested in this PR? |
@AurelioDeRosa Yes, sorry, I will complete it this week. |
@stromaler This was just released in v1.2.0 |
@clayreimann sorry for that, I totally forgot after I stopped work with this lib. |
@stromaler No worries, just thought I'd let you know it landed |
Hello, just small addon....