Skip to content

SaaShup/paashup-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to SaaShup/paashup-sdk

This is the official SDK for Paashup. This SDK is designed to help you interact with the Paashup Platform.

Import inside your project

import "github.com/SaaShup/paashup-sdk/docker"
import "github.com/SaaShup/paashup-sdk/cloudflare"
import "github.com/SaaShup/paashup-sdk/netbox"

Usage

import (
    "fmt"
    "github.com/SaaShup/paashup-sdk/docker"
    "github.com/SaaShup/paashup-sdk/cloudflare"
    "github.com/SaaShup/paashup-sdk/netbox"
)

func main() {
    netbox.NETBOX_URL = NETBOX_URL
    netbox.NETBOX_TOKEN = NETBOX_TOKEN

    fmt.Println(docker.ContainerInspect(containerId))
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages