-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace axios with node-fetch (#254)
* part1 Signed-off-by: ruiyi.jiang <[email protected]> * using fetch instead of axios Signed-off-by: ryjiang <[email protected]> * remove unused file Signed-off-by: ryjiang <[email protected]> * update ip Signed-off-by: ryjiang <[email protected]> * update api Signed-off-by: ryjiang <[email protected]> * optimize test Signed-off-by: ryjiang <[email protected]> * using native fetch and provide alternative in the client configration object Signed-off-by: ryjiang <[email protected]> * update test ip Signed-off-by: ryjiang <[email protected]> * - using ?? instead of || - add fetch options for GET/SET - update reamde Signed-off-by: ruiyi.jiang <[email protected]> --------- Signed-off-by: ruiyi.jiang <[email protected]> Signed-off-by: ryjiang <[email protected]>
- Loading branch information
1 parent
5d805b9
commit 0cfbe96
Showing
19 changed files
with
464 additions
and
432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.