OpsRamp sometimes returns multi-page responses and previously only the first page would be returned by this library. This release attempts to pull all pages into a single returned dict. That does mean the caller could run out of memory if the response is enormous, however we do need to do something because OpsRamp's page size is small.