We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.