Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pingidentity/pingfederate-go-client
pingfederate-go-client
https://github.com/pingidentity/pingfederate-go-client
Last synced: about 2 months ago
JSON representation
pingfederate-go-client
- Host: GitHub
- URL: https://github.com/pingidentity/pingfederate-go-client
- Owner: pingidentity
- License: other
- Created: 2023-06-12T21:36:05.000Z (over 1 year ago)
- Default Branch: v1210
- Last Pushed: 2024-10-16T17:21:22.000Z (3 months ago)
- Last Synced: 2024-10-18T15:53:22.500Z (3 months ago)
- Language: Python
- Size: 3.69 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
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.