Results 3 issues of Vinh Pham

Is there any particular reason why there is no `saml_success_callback`, similar to `saml_failed_callback`? I know I can use Devise `after_sign_in_path_for`, but I think it would be more useful if I...

Does anyone find it weird that Response#result https://github.com/kytrinyx/etsy/blob/master/lib/etsy/response.rb#L52-L60 sometimes return an Array and sometimes a Hash? I think would be better if it just consistently returns an Array even if...

What I am trying to do: Get all of the items in a resource (listings, orders, receipts, etc...) But It's always returning 100. Here is what I noticed: In https://github.com/kytrinyx/etsy/blob/master/lib/etsy/model.rb,...