Replace Axios calls with HttpClient (#22417)

* replace axios calls with httpClient

* add latest files

* fix url
This commit is contained in:
Christopher Suh
2023-03-23 13:47:25 -07:00
committed by GitHub
parent 57c35ca255
commit 00897fc513
7 changed files with 525 additions and 2 deletions

View File

@@ -46,6 +46,9 @@ export const AccountVersion = '2.0';
export const Bearer = 'Bearer';
/** HTTP Client */
export const httpConfigSectionName = 'http';
/**
* Use SHA-256 algorithm
*/