Azure runtime for isomorphic javascript libraries generated by Autorest
Перейти к файлу
Amar Zavery 8f1e918170 Handle 404 properly in the final GET of an LRO DELETE operation 2019-06-01 17:48:24 -07:00
.devops Remove explicit branch trigger on PR build (#117) 2019-05-13 13:36:04 -07:00
.github Add code owners (#83) 2018-11-13 10:30:42 -08:00
.scripts Add checkEverything.ts 2018-12-20 13:11:04 -08:00
lib Handle 404 properly in the final GET of an LRO DELETE operation 2019-06-01 17:48:24 -07:00
samples Rename NPM package to @azure/ms-rest-azure-js (#77) 2018-11-09 20:02:28 -08:00
test Revert changes to make test work in CI (#110) 2019-05-10 11:31:37 -07:00
.gitattributes initial commit 2017-09-13 12:37:49 -07:00
.gitignore Handle 404 properly in the final GET of an LRO DELETE operation 2019-06-01 17:48:24 -07:00
Changelog.md Handle 404 properly in the final GET of an LRO DELETE operation 2019-06-01 17:48:24 -07:00
LICENSE initial commit 2017-09-13 12:37:49 -07:00
README.md Update build status badge in README.md 2019-05-13 10:04:09 -07:00
mocha.config.json Enable coverage in ci 2018-12-14 11:48:16 -08:00
package.json Handle 404 properly in the final GET of an LRO DELETE operation 2019-06-01 17:48:24 -07: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.