Runtime for isomorphic javascript libraries generated by Autorest
Перейти к файлу
Amar Zavery 9d71b742c3
Merge pull request #117 from RikkiGibson/ImportHelpers
Use ImportHelpers setting
2018-05-31 11:46:53 -07:00
.scripts Show output when test process fails (#116) 2018-05-30 14:11:29 -07:00
lib Fixes from feedback 2018-05-30 10:53:50 -07:00
samples Update samples 2018-05-07 10:33:23 -07:00
test Enable browser tests with npm test (#108) 2018-05-30 14:01:03 -07:00
testserver Enable browser tests with npm test (#108) 2018-05-30 14:01:03 -07:00
.gitattributes
.gitignore Remove generated typings from git 2018-04-10 15:06:17 -07:00
.npmignore Explicitly unignore dist and typings when packing 2018-05-16 14:18:42 -07:00
.travis.yml Enable browser tests with npm test (#108) 2018-05-30 14:01:03 -07:00
Changelog.md Update mocha dependency, update version number to 0.5.0 2018-05-08 09:58:55 -07:00
LICENSE
README.md
index.html Browser tests for ms-rest-js 2018-04-17 14:36:24 -07:00
package-lock.json Use ImportHelpers setting 2018-05-31 11:21:47 -07:00
package.json Use ImportHelpers setting 2018-05-31 11:21:47 -07:00
tsconfig.json Use ImportHelpers setting 2018-05-31 11:21:47 -07:00
tsconfig.webpack.json Bump to v0.4.0 and target es5 2018-05-03 12:04:42 -07:00
tslint.json
webpack.config.ts Use isomorphic-tough-cookie. Allow Content-Type header with missing body. 2018-05-21 15:51:09 -07:00
webpack.testconfig.ts Use isomorphic-tough-cookie. Allow Content-Type header with missing body. 2018-05-21 15:51:09 -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.