@azure/ms-rest-azure-js

Isomorphic Azure client runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest


Keywords
isomorphic, browser, javascript, node, microsoft, autorest, clientruntime, azure, nodejs, runtime, typescript
License
MIT
Install
npm install @azure/ms-rest-azure-js@1.4.0

Documentation

ms-rest-azure-js Build Status

Azure Runtime with support for long running operations used by packages generated via the code generator @microsoft.azure/autorest.typescript.

Use this package if you are writing a library for one of the Azure services whose API requires support for long running operations. To write a library for one of the Azure services whose API does not need support for long running operations, @azure/ms-rest-js should suffice.

If you are not a library writer for any of the Azure services, you should not need to use this package except for one scenario which is authenticating to any of the Cognitive Services using the below packages. This is when you would use the CognitiveServicesCredentials exported from this package.

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.