0.1.5 • Published 3 years ago
@kuraudo-io/symbiosis v0.1.5
Symbiosis Resource Provider
The Symbiosis Resource Provider lets you manage Symbiosis resources.
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 @kuraudo-io/symbiosisor yarn:
yarn add @kuraudo-io/symbiosisPython
To use from Python, install using pip:
pip install kuraudo_symbiosisGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/kuraudo-io/symbiosis/sdk/go/....NET
To use from .NET, install using dotnet add package:
dotnet add package Kuraudo.SymbiosisConfiguration
The following configuration points are available for the symbiosis provider:
symbiosis:apiKey(environment:SYMBIOSIS_API_KEY) - The ApiKey used to authenticate requests towards Symbiosis.symbiosis:endpoint(environment:SYMBIOSIS_ENDPOINT) - Endpoint for reaching the symbiosis API. Used for debugging or when accessed through a proxy.
Reference
For detailed reference documentation, please visit the Pulumi registry.