Skip to main content

Module builder_ext

Module builder_ext 

Source
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 analyze and analyze_and_print for request builders.
FetchAndSave
Extension trait providing fetch_and_save and fetch_and_save_sqlite for request builders.
FetchAndUpdate
Extension trait providing fetch_and_update and fetch_and_update_sqlite for request builders whose items carry a timestamp.
LimitBuilder
Extension trait providing limit and unlimited builder methods.