Runtime for isomorphic javascript libraries generated by Autorest
Перейти к файлу
Amar Zavery 38b89511dc Update Changelog.md 2017-10-10 17:25:26 -07:00
dist fix test due to rounding off done by moment version 2.19.0 2017-10-10 17:21:49 -07:00
lib string body needs to be handled differently. 2017-10-10 16:46:14 -07:00
samples Initial commit 2017-09-13 09:52:01 -07:00
test fix test due to rounding off done by moment version 2.19.0 2017-10-10 17:21:49 -07:00
typings Initial commit 2017-09-13 09:52:01 -07:00
.gitattributes Initial commit 2017-09-13 09:52:01 -07:00
.gitignore Initial commit 2017-09-13 09:52:01 -07:00
.npmignore add .git to .npmignore 2017-10-10 17:22:18 -07:00
.travis.yml Initial commit 2017-09-13 09:52:01 -07:00
Changelog.md Update Changelog.md 2017-10-10 17:25:26 -07:00
LICENSE Initial commit 2017-08-30 15:48:29 -07:00
README.md Initial commit 2017-09-13 09:52:01 -07:00
gulpfile.js Initial commit 2017-09-13 09:52:01 -07:00
msRestBundle.js fix test due to rounding off done by moment version 2.19.0 2017-10-10 17:21:49 -07:00
msRestBundle.js.map fix test due to rounding off done by moment version 2.19.0 2017-10-10 17:21:49 -07:00
msRestBundle.min.js fix test due to rounding off done by moment version 2.19.0 2017-10-10 17:21:49 -07:00
msRestBundle.min.js.map fix test due to rounding off done by moment version 2.19.0 2017-10-10 17:21:49 -07:00
package-lock.json updated package.json and serializationTest. Added Changelog 2017-09-16 18:04:53 -07:00
package.json string body needs to be handled differently. 2017-10-10 16:46:14 -07:00
tsconfig.json Initial commit 2017-09-13 09:52:01 -07:00
tslint.json Initial commit 2017-09-13 09:52:01 -07:00
webpack.config.js Initial commit 2017-09-13 09:52:01 -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.

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.