Expand description
Adapter to make CsvApiClient
implement DataProvider
trait
This adapter allows the existing CsvApiClient
to work with the new DataProvider
trait system without modifying the CsvApiClient
code itself.
Structs§
- CsvClient
Adapter - Adapter that makes
CsvApiClient
implementDataProvider
Note: This adapter requires querying the data first sinceCsvApiClient
doesn’t store results internally - it generates them on query