-
Notifications
You must be signed in to change notification settings - Fork 94
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
More complete examples? #192
Comments
Hi @Sinetheta, Sorry our examples are so sparse, if you have time and want to help add to them that'd be great! We have some documentation inline, which should also help. For example here is the documentation for |
Thanks @dougcole, I thought I tried |
Sorry @Sinetheta, sounds frustrating! |
Hey guys, I've been poking around this gem for some time now, but still having trouble figuring out the API.
Making the requests from the examples folder works fine, and calling
client.metadata
also appears to make a request and populate the client with some info. But how does one then take advantage of that?client.find
appears to return simple hashes, how is one supposed to use the metadata to expand on properties like"OwnershipType"=>"3"
?The text was updated successfully, but these errors were encountered: