fetcher seralization

This commit is contained in:
mrjvs
2023-09-06 15:09:52 +02:00
parent ec3efbd344
commit 637b3b635a
4 changed files with 33 additions and 7 deletions

View File

@@ -19,14 +19,9 @@ Todos:
- 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
- proper serialization (with content-type headers) for standard fetcher
- automatically parse json
- error logging for failed scrapers
- add all real providers