Azure runtime for isomorphic javascript libraries generated by Autorest
Перейти к файлу
Dan Schulte 55e00bc56e Enable coverage in ci 2018-12-14 11:48:16 -08:00
.github Add code owners (#83) 2018-11-13 10:30:42 -08:00
.scripts Extract dependencies-related scripts to an external package (#96) 2018-12-05 16:22:29 -08:00
lib Rename NPM package to @azure/ms-rest-azure-js (#77) 2018-11-09 20:02:28 -08:00
samples Rename NPM package to @azure/ms-rest-azure-js (#77) 2018-11-09 20:02:28 -08:00
test Enable coverage in ci 2018-12-14 11:48:16 -08:00
.gitattributes initial commit 2017-09-13 12:37:49 -07:00
.gitignore Enable coverage in ci 2018-12-14 11:48:16 -08:00
Changelog.md Bump patch version number and update changelog 2018-11-13 16:50:13 -08:00
LICENSE initial commit 2017-09-13 12:37:49 -07:00
README.md Update README.md to include build badge (#84) 2018-11-13 10:25:02 -08:00
azure-pipelines.yml Enable coverage in ci 2018-12-14 11:48:16 -08:00
mocha.config.json Enable coverage in ci 2018-12-14 11:48:16 -08:00
package.json Enable coverage in ci 2018-12-14 11:48:16 -08:00
rollup.config.js Add better sourcemap support for debugging 2018-11-13 16:41:32 -08:00
tsconfig.es.json Add es6 build step 2018-06-11 08:51:37 -07:00
tsconfig.json Rollup (#65) 2018-10-04 14:50:00 -07:00
tslint.json Add no-return-await TSLint rule 2018-11-29 12:34:24 -08:00

README.md

ms-rest-azure-js Build Status

Azure 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.

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.