go-luminate

command module
v0.0.0-...-b699e8b Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2019 License: BSD-3-Clause Imports: 4 Imported by: 0

README

go-luminate

go-luminate is a Go client library for accessing the luminate.io API

go-luminate requires Go version 1.9 or greater.

Usage

Before start to go you should get yours tenant name, client id and client secret. For more detail please look https://luminatepublicapi.docs.apiary.io/#introduction/authorization

  import   "github.com/andriipetruk/go-luminate/luminate"

Construct a new luminate client, then use the various services on the client to access different parts of the API. For example:

client := goluminate.NewClient(ctx, ClientID, ClientSecret, TenantName)

// list all application
applist, _, err := client.ListApp(ctx, "")

More examples you will found in file example.go

Testing

Not ready yet.

Roadmap

Will be added

Contributing

Any PR are welcome.

Versioning

In general, go-luminate follows semver as closely as we can for tagging releases of the package.

License

This library is distributed under the BSD-style license found in the LICENSE file.

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