Load All Pages Decorator

The example below will load all pages, transforming the decorated function to a generator:

@load_all_pages()
def get_orders(**kwargs):
    return Orders().get_orders(**kwargs)