Runtime for isomorphic javascript libraries generated by Autorest
Перейти к файлу
Jeff Fisher d0527449c2
Merge pull request #485 from astegmaier/ansteg/remove-cookie-support
Remove cookie support.
2023-07-06 14:49:37 -05:00
.devops Use NodeJS version v14 2023-04-10 23:18:19 +00:00
.github Update CODEOWNERS 2022-02-28 10:18:38 -08:00
.scripts Rework the use of lib: ["dom"] 2021-02-02 22:27:31 +00:00
.typings Remove unnecessary rollup plugin 2020-04-14 15:46:05 -07:00
.vscode Add support for Fetch in Node.js environment (#351) 2019-06-24 09:01:20 -07:00
docs Add support for Fetch in Node.js environment (#351) 2019-06-24 09:01:20 -07:00
lib Minor version bump and release notes. 2023-07-06 15:20:13 -04:00
review Remove cookie support. 2023-07-06 14:55:54 -04:00
samples Add Prettier and format code (#415) 2021-02-01 17:54:34 -08:00
test Remove cookie support. 2023-07-06 14:55:54 -04:00
.gitattributes
.gitignore Add api-extractor 2022-02-11 23:21:46 +00:00
.prettierignore Add Prettier and format code (#415) 2021-02-01 17:54:34 -08:00
.prettierrc.json Add Prettier and format code (#415) 2021-02-01 17:54:34 -08:00
.travis.yml
Changelog.md Minor version bump and release notes. 2023-07-06 15:20:13 -04:00
LICENSE
README.md Update sample instructions (#411) 2021-01-29 12:09:24 -08:00
SECURITY.md Microsoft mandatory file 2023-01-27 21:00:23 +00:00
ThirdPartyNotices.txt
api-extractor.json Add api-extractor 2022-02-11 23:21:46 +00:00
dom-shim.d.ts Add missing file 2021-02-03 18:36:30 +00:00
index.html
karma.conf.ts Add Prettier and format code (#415) 2021-02-01 17:54:34 -08:00
mocha.config.json Fix default HTTP client tests (#321) 2019-01-22 11:46:55 -08:00
package.json Minor version bump and release notes. 2023-07-06 15:20:13 -04:00
rollup.config.ts Upgrade uuid dependency to v8 2021-07-12 19:44:29 +00:00
tsconfig.es.json
tsconfig.json Add api-extractor 2022-02-11 23:21:46 +00:00
tslint.json Add api-extractor 2022-02-11 23:21:46 +00:00
webpack.testconfig.ts Add Prettier and format code (#415) 2021-02-01 17:54:34 -08:00
xunit.xml serialization updates 2019-07-10 16:44:40 -07:00

README.md

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.