Major Enhancement: Server-Side Pagination Support
New Features:
- Added @odata.nextLink support for efficient server-side pagination
- Direct nextLink URL support in reso_query tool
- Enhanced navigation through large datasets
- Security validation for nextLink domains
Usage:
- Initial query: {"entity": "Property", "filter": "...", "top": 50}
- Follow next page: {"nextLink": "https://listings.cdatalabs.com/odata/Property/skiptoken/..."}
Benefits:
- Faster pagination with skip tokens
- Handle millions of records efficiently
- Bypass entity-specific skip limits
- Backwards compatible with existing queries