Skip to content

Commit 165fa8a

Browse files
authored
Remove Axios Client And Replaced With Fetch (#50)
* Refactor BaseClient to use fetch API and improve error handling; remove axios dependency * Fixed spacing, and other lint errors * Refactor BaseClient to use fetch API and improve error handling; remove axios dependency * Fixed lint errors * Renamed method * Change files
1 parent c142292 commit 165fa8a

File tree

4 files changed

+60
-203
lines changed

4 files changed

+60
-203
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "minor",
3+
"comment": "Refactor BaseClient to use fetch API and improve error handling; remove axios dependency",
4+
"packageName": "@itwin/access-control-client",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
"version-bump": "beachball bump",
2222
"publish-package": "beachball publish --yes"
2323
},
24-
"dependencies": {
25-
"axios": "~1.11.0"
26-
},
2724
"devDependencies": {
2825
"@itwin/build-tools": "^3.0.0",
2926
"@itwin/certa": "^3.0.0",

0 commit comments

Comments
 (0)