Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 825 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 825 Bytes

PingFederate SDK Go

  • Status: Experimental ci

This project was created to support the 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.

$ make test

This will run the acceptance tests by initializing a local docker container to execute the functional tests against.