Runtime for isomorphic javascript libraries generated by Autorest
Перейти к файлу
Dan Schulte 3cdc7ae9dc Enable strict on scripts, fix problems 2018-09-05 13:46:47 -07:00
.scripts Enable strict on scripts, fix problems 2018-09-05 13:46:47 -07:00
docs Move architectureOverview to docs folder 2018-06-27 11:11:29 -07:00
lib Added support for EventGrid TopicCredentials object (#216) 2018-09-05 12:25:08 -07:00
samples RequestPolicyCreator -> RequestPolicyFactory (#184) 2018-08-08 17:00:35 -07:00
test Added support for EventGrid TopicCredentials object (#216) 2018-09-05 12:25:08 -07:00
testserver Fix for IE 11 undefined body (#213) 2018-09-04 09:36:49 -07:00
.gitattributes Initial commit 2017-09-13 09:52:01 -07:00
.gitignore Remove generated typings from git 2018-04-10 15:06:17 -07:00
.npmignore Include es/ folder in package 2018-06-09 12:25:44 -07:00
.travis.yml Enable browser tests with npm test (#108) 2018-05-30 14:01:03 -07:00
Changelog.md Added support for EventGrid TopicCredentials object (#216) 2018-09-05 12:25:08 -07:00
LICENSE Initial commit 2017-08-30 15:48:29 -07:00
README.md Move architectureOverview to docs folder 2018-06-27 11:11:29 -07:00
index.html Browser tests for ms-rest-js 2018-04-17 14:36:24 -07:00
package-lock.json Update changelog (#208) 2018-08-30 14:18:37 -07:00
package.json Enable strict on scripts, fix problems 2018-09-05 13:46:47 -07: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 Use const enums where possible 2018-06-14 15:00:44 -07:00
tslint.json Add workaround for empty non-wrapped XML lists. Allow "== undefined". 2018-04-02 16:44:07 -07:00
webpack.config.ts Browser xml (#187) 2018-08-22 14:46:25 -07:00
webpack.testconfig.ts Browser xml (#187) 2018-08-22 14:46:25 -07:00

README.md

ms-rest-js

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.