Deals API 'hasMore' response (getting all deals)

Hi adimoglis!

I’ve figured out the issue. In your code,

parameter_dict[Offset]

needs to be:

parameter_dict[offset]

(lowercase o)

This is a documentation error on my part, that I will now correct. Thank you for bringing it to my attention!