https://github.com/pingidentity/pingfederate-go-client
Go language SDK for the management API of PingFederate self-deployed and hosted in PingOne Advanced Services
https://github.com/pingidentity/pingfederate-go-client
go golang management-api pingfederate pingone-advanced-services sdk sdk-go
Last synced: about 1 year ago
JSON representation
Go language SDK for the management API of PingFederate self-deployed and hosted in PingOne Advanced Services
- Host: GitHub
- URL: https://github.com/pingidentity/pingfederate-go-client
- Owner: pingidentity
- License: other
- Created: 2023-06-12T21:36:05.000Z (almost 3 years ago)
- Default Branch: v1220
- Last Pushed: 2025-03-14T16:57:52.000Z (about 1 year ago)
- Last Synced: 2025-03-26T18:57:18.557Z (about 1 year ago)
- Topics: go, golang, management-api, pingfederate, pingone-advanced-services, sdk, sdk-go
- Language: Python
- Homepage: https://pkg.go.dev/github.com/pingidentity/pingfederate-go-client
- Size: 4.61 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PingFederate Go Client
This repository contains a Go client for interacting with the PingFederate admin API. It is generated by the [OpenAPI Generator](https://openapi-generator.tech) 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.