mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 17:23:24 +00:00
Link to fetcher source code
This commit is contained in:
@@ -57,7 +57,7 @@ This is the list of features it needs:
|
||||
- Send JSON, Formdata or normal strings
|
||||
- get final destination url
|
||||
|
||||
It's not recommended to do this at all, but if you have to. You can base your code on the original implementation of `makeStandardFetcher`. Check the source code for it.
|
||||
It's not recommended to do this at all, but if you have to. You can base your code on the original implementation of `makeStandardFetcher`. Check the out [source code for it here](https://github.com/movie-web/providers/blob/dev/src/fetchers/standardFetch.ts).
|
||||
|
||||
Here is a basic template on how to make your own custom fetcher:
|
||||
|
||||
|
Reference in New Issue
Block a user