From 8df547fb1ddfd7e708aca163df898db6f111cc86 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Tue, 5 Sep 2023 21:30:10 +0200 Subject: [PATCH] update readme todos with descriptive todos --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75c4979..167fa36 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,19 @@ features: > This package is still WIP Todos: - - add tests (integration, unit tests) + - add tests + - ProviderControls.runAll() + - are events called? + - custom source or embed order + - are fetchers called? + - is proxiedFetcher properly defaulted back to normal fetcher? + - makeStandardFetcher() + - do all parameters get passed to real fetch as expected? + - does serialisation work as expected? (formdata + json + string) + - do baseUrl settings work? + - does json responses get automatically parsed? + - makeFullUrl() + - do slashes get converted correctly? - running individual scrapers - finish fetchers: - make baseUrl param work @@ -18,6 +30,7 @@ Todos: - automatically parse json - error logging for failed scrapers - make the lib not compile into one file, keep dependency structure + - add all real providers Future todos: - docs: examples for nodejs + browser