Runtime for isomorphic javascript libraries generated by Autorest
Перейти к файлу
Dan Schulte 65f7d4e707 Remove unused import 2018-05-03 13:33:59 -07:00
lib Remove unused import 2018-05-03 13:33:59 -07:00
samples Initial commit 2017-09-13 09:52:01 -07:00
test Change ServiceClient constructor to take ServiceClientOptions instead of HttpPipeline 2018-05-02 10:51:15 -07:00
testserver Change test server port number from 3000 to 3001 2018-05-01 11:57:01 -07:00
.editorconfig Add more stream tests 2018-04-20 13:02:18 -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 Don't include source/unnecessary config files when publishing. Note that node_modules is always ignored by npm 2018-04-10 14:14:49 -07:00
.travis.yml Initial commit 2017-09-13 09:52:01 -07:00
Changelog.md Bump to version 0.2.8 2018-04-02 17:56:55 -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
index.html Browser tests for ms-rest-js 2018-04-17 14:36:24 -07:00
package-lock.json Update package-lock.json 2018-04-26 12:58:14 -07:00
package.json Merge branch 'daschult/httpPipeline' into daschult/polymorphism 2018-04-20 15:25:49 -07:00
tsconfig.json Update npm scripts. Add mocha.opts. 2018-04-10 15:03:24 -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 Add testserver and node/browser specialized stream tests 2018-04-19 17:16:26 -07:00
webpack.testconfig.ts Use shared/ node/ browser/ test paths 2018-04-20 10:55:43 -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.