Skip to content

OneCricketeer/ims-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go IMS Client

GitHub tag (latest SemVer) Go Reference GitHub Workflow Status

This project is a Go library for accessing the IMS API. The goal of this project is to provide an easy-to-use binding to the IMS API and a set of common utilities for working efficiently with IMS.

Installation

Use the standard Go toolchain to use this library in your project.

Example:

go get -u github.com/adobe/ims-go

Usage

Once installed, you can start interacting with IMS by instantiating a new client.

Example:

import "github.com/adobe/ims-go/ims"

c, err := ims.NewClient(&ims.ClientConfig{
    URL: imsEndpoint,
})

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

About

Go Client library for IMS

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%