Skip to content

devx/kumoru-sdk-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kumoru SDK for Golang

This repository holds the Kumoru.io SDK for golang and the official CLI.

Installing

go get -u github.com/kumoru/kumoru-sdk-go

Requirements

  • go 1.6

The SDK

Each component of the SDK can be independently imported directly into your application:

import "github.com/kumoru/kumoru-sdk-go/pkg/service/application/application.go
…

The CLI

  • You can download the latest release from Releases.
  • See README.md for specific instructions on bulding the CLI locally.

Contributing

  1. Fork this repo
  2. Make your changes
  3. Submit a Pull Request

Authors

About

The official golang Kumoru SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.0%
  • Makefile 1.0%