Skip to content

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

License

Notifications You must be signed in to change notification settings

chernogorsky/go-luminate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%