lib/data-com-api/client.rb in data-com-api-0.1.3 vs lib/data-com-api/client.rb in data-com-api-0.1.4

- old
+ new

@@ -18,10 +18,10 @@ BASE_OFFSET = 0 BASE_PAGE_SIZE = 50 SIZE_ONLY_PAGE_SIZE = 0 # We start at 1, 0 is a special case MIN_PAGE_SIZE = 1 - MAX_PAGE_SIZE = 100 + MAX_PAGE_SIZE = 500 MAX_OFFSET = 100_000 attr_reader :api_calls_count attr_reader :token \ No newline at end of file