getAll method

Implementation

@override
Future<APIResourceList> getAll() {
  return getPage(limit: 20000);
}