pingidentity / pingfederate-go-client

pingfederate-go-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PingFederate Go Client

This repository contains a Go client for interacting with the PingFederate admin API. It is generated by the OpenAPI Generator project.

For a client tied to a specific version, add a version qualifier matching the PingFederate version to your require in go.mod.

For example, for a client for PingFederate 11.2.5:

require github.com/pingidentity/pingfederate-go-client/v1125 v1125.6.0

The .6.0 refers to the version of this client module.

For detailed documentation, see the README and docs/ folder in the configurationapi/ folder.

About

pingfederate-go-client

License:Other


Languages

Language:Python 52.3%Language:Go 41.0%Language:Shell 6.7%