vscode-azurekudu

Client used to interact with Kudu.

Usage no npm install needed!

<script type="module">
  import vscodeAzurekudu from 'https://cdn.skypack.dev/vscode-azurekudu';
</script>

README

VSCode Azure SDK for Node.js - KuduClient

Build Status

This package provides an automatically generated typescript client for Kudu.

Concepts

  • Swagger: A tool for describing and debugging REST APIs. For ASP.NET projects, you add swagger with this single nuget package.
  • AutoRest: A tool for creating client libraries for REST APIs. In this repo, we give it a swagger.json file and it creates a typescript client.

Development

If changes to this package are necessary, manually edit "swagger.json". This file used to be generated off a fork of kudu that enabled swagger, but the fork has fallen out of sync with the original and it's just not worth the effort to keep them in sync.

Then, install "autorest" and run the following command to re-generate the source code of this package:

autorest autorestconfig.json

License

MIT