@pulumiverse/purrl
v0.6.2
Published
[](https://pkg.go.dev/github.com/pulumiverse/pulumi-purrl/sdk)
Readme
Purrl

This provider is designed to be a flexible extension of your Pulumi code to make API calls to your target endpoint. Purrl is useful when a provider does not have a resource or data source that you require, so Purrl can be used to make substitute API calls.
Installing
This package is available for several languages/platforms:
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @pulumiverse/purrlor yarn:
yarn add @pulumiverse/purrlPython
To use from Python, install using pip:
``
pip install pulumiverse-purrlGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/pulumiverse/pulumi-purrl/sdk.NET
To use from .NET, install using dotnet add package:
dotnet add package Pulumiverse.PurrlReference
For detailed reference documentation, please visit the Pulumi registry.
