racker/kumoru-sdk-go

Name: kumoru-sdk-go

Owner: racker

Description: The official golang Kumoru SDK

Created: 2015-11-02 16:56:49.0

Updated: 2017-06-25 20:01:55.0

Pushed: 2016-10-24 15:11:23.0

Homepage: null

Size: 538

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Kumoru SDK for Golang

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

Installing
et -u github.com/kumoru/kumoru-sdk-go
Requirements
The SDK

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


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

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:

 test-sdk
ash
 test-cli
Contributing
  1. Fork this repo
  2. Make your changes
  3. Submit a Pull Request
Authors

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.