ims-go

module
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2026 License: Apache-2.0

README

Go IMS Client

CI govulncheck Go Report Card Go Version Go Reference License

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.

Directories

Path Synopsis
Package ims provides an HTTP client for the Adobe Identity Management System (IMS) API.
Package ims provides an HTTP client for the Adobe Identity Management System (IMS) API.
Package login provides a local HTTP server that implements the OAuth 2.0 authorization code flow with Adobe IMS.
Package login provides a local HTTP server that implements the OAuth 2.0 authorization code flow with Adobe IMS.

Jump to

Keyboard shortcuts

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