CDN Resources for restler
Various ways to access restler via Content Delivery Networks
Package Installation
npm
npm install restleryarn
yarn add restlerpnpm
pnpm add restlerCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/restler"></script>Unpkg
<script src="https://unpkg.com/restler"></script>jsDelivr ESM
<script type="module">
import restler from 'https://cdn.jsdelivr.net/npm/restler/+esm';
</script>Skypack
<script type="module">
import restler from 'https://cdn.skypack.dev/restler';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages