sdk

package module
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2023 License: MIT Imports: 0 Imported by: 0

README

launchbox-go-sdk

Installation

go get github.com/launchboxio/launchbox-go-sdk 

Usage

package main

import (
  "github.com/launchboxio/launchbox-go-sdk/config"
  "github.com/launchboxio/launchbox-go-sdk/service/project"
)

func main() {
  conf, err := config.Default()
  if err != nil {
    log.Fatal(err)
  }

  projectSdk := project.New(conf)
  out, err := projectSdk.Create(&project.CreateProjectInput{
	  
  })
  
  if err != nil {
	  log.Fatal(err)
  }
  fmt.Println(out)
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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