Runtime for isomorphic javascript libraries generated by Autorest
Перейти к файлу
Jeremy Meng 1042265965
Merge pull request #429 from jeremymeng/1.x-move-core-auth
Move @azure/core-auth to dependencies
2021-02-10 17:10:06 -08:00
.devops CI should build ms-rest-azure-js after installing ms-rest-js 2021-02-10 19:37:00 +00:00
.github Update CODEOWNERS 2019-11-21 08:55:07 -08:00
.scripts Move testing dependent projects from a script to Azure Devops Pipeline (#357) 2019-06-06 09:35:57 -07:00
.typings Add karma for browser tests (#316) 2019-01-15 15:00:06 -08:00
.vscode Make unit tests stable 2018-11-27 13:36:56 -08:00
docs Move architectureOverview to docs folder 2018-06-27 11:11:29 -07:00
lib Merge remote-tracking branch 'upstream/1.x' into 1.x-move-core-auth 2021-02-11 01:01:07 +00:00
samples RequestPolicyCreator -> RequestPolicyFactory (#184) 2018-08-08 17:00:35 -07:00
test Port HTTP agent ServiceClientOption to 1.x 2020-10-02 14:54:42 -07:00
.gitattributes Initial commit 2017-09-13 09:52:01 -07:00
.gitignore Lock dependency versions to fix build 2019-12-06 11:56:07 -08:00
.travis.yml Enable browser tests with npm test (#108) 2018-05-30 14:01:03 -07:00
Changelog.md Merge remote-tracking branch 'upstream/1.x' into 1.x-move-core-auth 2021-02-11 01:01:07 +00:00
LICENSE Initial commit 2017-08-30 15:48:29 -07:00
README.md Update README.md 2019-06-03 15:39:51 -07:00
ThirdPartyNotices.txt Rollup (#243) 2018-10-04 13:47:11 -07:00
index.html Rollup (#243) 2018-10-04 13:47:11 -07:00
karma.conf.ts Fix default HTTP client tests (#321) 2019-01-22 11:46:55 -08:00
mocha.config.json Fix default HTTP client tests (#321) 2019-01-22 11:46:55 -08:00
package-lock.json Merge remote-tracking branch 'upstream/1.x' into 1.x-move-core-auth 2021-02-11 01:01:07 +00:00
package.json Merge remote-tracking branch 'upstream/1.x' into 1.x-move-core-auth 2021-02-11 01:01:07 +00:00
rollup.config.ts Fix including proxy policy in browser (#328) 2019-01-30 13:21:26 -08:00
tsconfig.es.json Require granular uuidv4. Remove process polyfill. Remove withCredentials: true in axios. 2018-06-05 17:51:50 -07:00
tsconfig.json Fix default HTTP client tests (#321) 2019-01-22 11:46:55 -08:00
tslint.json Add TSLint check. Fix TSLint errors (#344) 2019-05-07 11:40:22 -07:00
webpack.testconfig.ts Port HTTP agent ServiceClientOption to 1.x 2020-10-02 14:54:42 -07:00

README.md

ms-rest-js

Build Status

Runtime for isomorphic javascript libraries (that work in the browser and node.js environemnt) generated via Autorest.

Requirements

  • node.js version > 6.x
  • npm install -g typescript

Installation

  • After cloning the repo, execute npm install

Execution

node.js

  • Set the subscriptionId and token
  • Run node samples/node-sample.js

In the browser

  • Set the subscriptionId and token and then run
  • Open index.html file in the browser. It should show the response from GET request on the storage account. From Chrome type Ctrl + Shift + I and you can see the logs in console.

Architecture Overview

You can find an explanation of how this repository's code works by going to our architecture overview.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.