spec icon indicating copy to clipboard operation
spec copied to clipboard

OpenFeature specification

Results 52 spec issues
Sort by recently updated
recently updated
newest added

Additional guidance on provider naming should be provided in section 2. Specifically, I think that the name of the provider should be the same across different language implementations. For example,...

The Go SDK implements a "test provider" (see the [documentation](https://openfeature.dev/docs/reference/technologies/server/go#testing) and the [implementation](https://github.com/open-feature/go-sdk/blob/main/openfeature/testing/testprovider.go)). Should this be something that is defined or at least mentioned in the spec? Perhaps in [Appendix...