- From repo root:
make sdk-allormake go-sdkthenmake merge-custom. - Copy
.env.sampleto.env; setFLEXPRICE_API_KEYand optionallyFLEXPRICE_API_HOST(include/v1, e.g.us.api.flexprice.io/v1). - From
api/go/examples:go mod tidy && go run main.go.
Includes sync event ingest and the custom async client (async.go). Custom files live in api/custom/go/.
Verified tests: The same API flows are covered and verified by the integration test suite at api/tests/go/test_sdk.go. Run with go run -tags published test_sdk.go from api/tests/go (see api/tests/README.md).