Runtime for isomorphic javascript libraries generated by Autorest
Перейти к файлу
Dan Schulte 4706172583
Merge pull request #295 from Azure/daschult/testResults
Add test results to pipeline
2018-12-13 15:40:50 -08:00
.github Add GitHub-related configuration (#275) 2018-11-14 15:12:45 -08:00
.scripts Extract dependencies-related scripts to an external package (#294) 2018-12-05 16:11:09 -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 Remove const enums 2018-12-05 09:34:19 -08:00
samples RequestPolicyCreator -> RequestPolicyFactory (#184) 2018-08-08 17:00:35 -07:00
test Add test results to pipeline 2018-12-13 15:28:51 -08:00
testserver Make unit tests stable 2018-11-27 13:36:56 -08:00
.gitattributes Initial commit 2017-09-13 09:52:01 -07:00
.gitignore Add test results to pipeline 2018-12-13 15:28:51 -08:00
.travis.yml Enable browser tests with npm test (#108) 2018-05-30 14:01:03 -07:00
Changelog.md Bump patch version number and add changelog 2018-11-13 16:48:25 -08:00
LICENSE Initial commit 2017-08-30 15:48:29 -07:00
README.md Update README.md (#273) 2018-11-13 16:24:02 -08:00
ThirdPartyNotices.txt Rollup (#243) 2018-10-04 13:47:11 -07:00
azure-pipelines-job.yml Add test results to pipeline 2018-12-13 15:28:51 -08:00
azure-pipelines.yml Build matrix (#269) 2018-11-13 13:47:00 -08:00
index.html Rollup (#243) 2018-10-04 13:47:11 -07:00
package.json Add test results to pipeline 2018-12-13 15:28:51 -08:00
rollup.config.js Fix rollup browser aliasing 2018-11-26 13:36:55 -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 Rollup (#243) 2018-10-04 13:47:11 -07:00
tslint.json Add 'no-return-await' TSLint rule (#278) 2018-11-19 12:58:36 -08:00
webpack.testconfig.ts Add browser telemetry (#252) 2018-10-26 13:59:05 -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.