flat-artist-79274
09/27/2023, 2:56 PMGetFeatureValue("featureName", nil) (itβs from golang SDK) make an API call ?happy-autumn-40938
09/27/2023, 9:03 PMLoadFeatures or res, err := http.Get("<https://cdn.growthbook.io/api/features/><environment_key>")) and (2) possibly any streaming (SSE) updates if autoRefresh is set to true. SSE updates typically create a new API call every ~5 minutes per Golang service if this is enabled (I believe it's disabled by default).flat-artist-79274
09/28/2023, 5:47 AM