https://github.com/iwarapter/pingfederate-sdk-go
Ping Federate Admin API
https://github.com/iwarapter/pingfederate-sdk-go
experimental pingfederate sdk
Last synced: 4 months ago
JSON representation
Ping Federate Admin API
- Host: GitHub
- URL: https://github.com/iwarapter/pingfederate-sdk-go
- Owner: iwarapter
- License: mit
- Created: 2019-01-12T15:35:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T06:47:11.000Z (almost 3 years ago)
- Last Synced: 2024-06-19T23:12:11.256Z (almost 2 years ago)
- Topics: experimental, pingfederate, sdk
- Language: Go
- Homepage:
- Size: 528 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PingFederate SDK Go
==================
-  
This project was created to support the [terraform-provider-pingfederate](https://github.com/iwarapter/terraform-provider-pingfederate) and other experimental projects.
The SDK is currently generated, however it is extremely experimental and subject to change without notice.
Using the SDK
----------------------
```
go get github.com/iwarapter/pingfederate-sdk-go@master
```
Testing the SDK
---------------------------
In order to test the provider, you can run `make test`.
```sh
$ make test
```
This will run the acceptance tests by initializing a local docker container to execute the functional tests against.