Skip to content

Runtime for isomorphic javascript libraries generated by Autorest

License

Notifications You must be signed in to change notification settings

Azure/ms-rest-js

Folders and files

NameName
Last commit message
Last commit date
Apr 10, 2023
Feb 28, 2022
Feb 2, 2021
Apr 14, 2020
Jun 24, 2019
Jun 24, 2019
Jul 6, 2023
Jul 6, 2023
Feb 2, 2021
Jul 6, 2023
Sep 13, 2017
Feb 11, 2022
Feb 2, 2021
Feb 2, 2021
May 30, 2018
Jul 6, 2023
Aug 30, 2017
Jan 29, 2021
Jan 27, 2023
Oct 4, 2018
Feb 11, 2022
Feb 3, 2021
Oct 4, 2018
Feb 2, 2021
Jan 22, 2019
Jul 6, 2023
Jul 12, 2021
Jun 6, 2018
Feb 11, 2022
Feb 11, 2022
Feb 2, 2021
Jul 10, 2019

Repository files navigation

ms-rest-js

Build Status

Runtime for isomorphic javascript libraries (that work in the browser and node.js environment) 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 as instructed in samples/node-samples.ts
  • Run npx ts-node samples/node-sample.js

In the browser

  • Run npm run build
  • Set the subscriptionId and token then
  • 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.