kumoru-sdk-go

module
v0.3.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2016 License: Apache-2.0

README

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.

or if you prefer to get the latest code and build it yourself, you'll need to:

  1. Clone this repository
  2. Run make install-cli to build it for your local system. This will place the binary in your ${GOPATH}/bin directory.
Testing

The SDK and CLI can be tested independently via make:

make test-sdk
make test-cli

Contributing

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

Authors

Directories

Path Synopsis
client
pkg
service/application
Package application provides an Application type and pertinent methods for it.
Package application provides an Application type and pertinent methods for it.
service/authorization
Package authorization provides an Account type and pertinent methods for this type.
Package authorization provides an Account type and pertinent methods for this type.

Jump to

Keyboard shortcuts

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