Skip to content
ChaosSteffen edited this page Sep 14, 2010 · 1 revision

If you’re starting with a user, the easiest way is to use the Dawanda.user method:

>> user = Dawanda.get_user('meko')
=> #<Dawanda::User:0x141bf58 @result={"name"=>"meko", "city"=>"auma", "is_seller"=>true, ...
>> user.name
=> "meko"
>> user.id
=> 13008

For more information about what is available for a user, check out the documentation for Dawanda::User.

Clone this wiki locally