npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

insomnia-plugin-azure-resource-manager-api-tools

v1.2.0

Published

A set of utilities that can be used to query Azure Resource Manager API using [Insomnia REST Client](https://insomnia.rest/):

Downloads

10

Readme

Insomnia plugin for Azure Resource Manager

A set of utilities that can be used to query Azure Resource Manager API using Insomnia REST Client:

  1. Acquires JWT bearer tokens to query Azure Resource Manager

  2. Lists all available subscriptions and stores the selected subscription as variable

  3. Lists all available resource groups under the selected subscription and stores the selected resource group as variable

Pre-requisites

This plugin is using "@azure/identity" to acquire tokens. You must have any of Azure CLI / Azure Powershell SDK / Visual Studio Credential installed on your machine and logged on.

The logged on user will be used to acquire tokens in this plugin.

Usage

To acquire JWT bearer token:

  1. Open a new request, in the 'Auth' tab, select Bearer,
  2. In the value field type control + space and from the tag menu, select "Azure Identity Token".

To select a subscription and use it as a URL parameter

  1. In the url, type control + space and from the tag menu, select "AzSubscriptionID"
  2. Too see all available subscriptions, click on the "AzSubscriptionID" tag. Paste the selected subscription ID in the relevant text box

To select a resource group and use it as a URL parameter

  1. You first must select a subscription ID using the "AzSubscriptionID" tag
  2. In the url, type control + space and from the tag menu, select "AzResourceGroup"
  3. Too see all available resource groups, click on the "AzResourceGroup" tag. Paste the selected resource group in the relevant text box