Azure runtime for isomorphic javascript libraries generated by Autorest
Перейти к файлу
Kamil Pajdzik fd2bac3749
Update npm-run-all (#89)
* Update npm-run-all

* Switch example.com to microsoft.com
2018-11-28 10:28:35 -08:00
.github Add code owners (#83) 2018-11-13 10:30:42 -08:00
.scripts Fix npm run local to support projects with different NPM name than its directory (#78) 2018-11-12 09:05:38 -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 Update npm-run-all (#89) 2018-11-28 10:28:35 -08:00
.gitattributes initial commit 2017-09-13 12:37:49 -07:00
.gitignore Remove package-lock.json from repository 2018-10-15 11:54:27 -07: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 Add Azure Pipelines configuration (#80) 2018-11-12 14:20:17 -08:00
package.json Update npm-run-all (#89) 2018-11-28 10:28:35 -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 Remove generateClientRequestId because it's now in ms-rest-js 2018-05-23 15:02:40 -07: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.