Skip to content
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

some methods missing proper API documentation #99

Closed
aspiers opened this issue Sep 29, 2014 · 4 comments
Closed

some methods missing proper API documentation #99

aspiers opened this issue Sep 29, 2014 · 4 comments

Comments

@aspiers
Copy link

aspiers commented Sep 29, 2014

Some of the attributes registered in Trello::Member, such as #initials, #avatar_id etc., do not appear in the API docs. The only way to discover some of them is to read the source.

@larryprice
Copy link

Looks like they're documented now: http://www.rubydoc.info/gems/ruby-trello/Trello/Member. Can you see them now?

@aspiers
Copy link
Author

aspiers commented Oct 5, 2015

Thanks - I can now see them, which is an improvement, but they're still not documented. Attributes such as bio and full_name are maybe too obvious to need documentation, but avatar_id is a bit less obvious (i.e. how do you use it once you have it?)

@runlevel5
Copy link
Collaborator

It's been quite a long time since the last reply and no action were made. I close the ticket for now, feel free to re-open it.

@fiedl
Copy link

fiedl commented Jun 8, 2018

For others landing here via google: In order to get the avatar image url, use:

Trello::Member.find(...).avatar_url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants