Expand description
Extension traits shared across all API request builders Extension traits shared across all API request builders.
Import these traits to access the limit, unlimited, fetch_and_save,
fetch_and_save_sqlite, fetch_and_update, fetch_and_update_sqlite,
analyze, and analyze_and_print methods on any builder type.
Traitsยง
- Analyze
- Extension trait providing
analyzeandanalyze_and_printfor request builders. - Fetch
AndSave - Extension trait providing
fetch_and_saveandfetch_and_save_sqlitefor request builders. - Fetch
AndUpdate - Extension trait providing
fetch_and_updateandfetch_and_update_sqlitefor request builders whose items carry a timestamp. - Limit
Builder - Extension trait providing
limitandunlimitedbuilder methods.