make

package
v0.4.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package make implements a steampipe plugin for Make.com.

This plugin provides data that Steampipe uses to present foreign tables that represent Make.com resources.

Index

Constants

This section is empty.

Variables

View Source
var ConfigSchema = map[string]*schema.Attribute{
	"api_token":       {Type: schema.TypeString},
	"environment_url": {Type: schema.TypeString},
	"rate_limit":      {Type: schema.TypeInt},
}

Functions

func ConfigInstance added in v0.2.0

func ConfigInstance() interface{}

func LogQueryContext

func LogQueryContext(namespace string, ctx context.Context, d *plugin.QueryData, h *plugin.HydrateData)

func NewMakeClient added in v0.2.0

func NewMakeClient(c *plugin.Connection) (*makesdk.Client, error)

func Plugin

func Plugin(ctx context.Context) *plugin.Plugin

func StandardColumnDescription

func StandardColumnDescription(key string) string

func ToJSON added in v0.2.0

func ToJSON(value interface{}) string

Types

type Config added in v0.2.0

type Config struct {
	ApiToken       *string `cty:"api_token"`
	EnvironmentUrl *string `cty:"environment_url"`
	RateLimit      *int    `cty:"rate_limit"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL