mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-19 23:52:05 +00:00
Link to fetcher source code
This commit is contained in:
parent
cb0145d58f
commit
6a071509fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue