hallowed-portugal-31753
09/01/2022, 1:31 PMAnother “nice to have” feature is support for projects. You can create multiple projects in GrowthBook and scope both the webhooks and API endpoint to only include features in a specific project. For example, you might have front-end and back-end features in separate projects and want to have a separate features JSON for each. This proxy server should ideally be able to cache and serve both.I'm not sure if we already have an API to actually separate based on project. But if we wanted to have it as a config where endpoint depends on what api key you have, it'd work. Current approach I'm taking is that this service takes a config that's API Key and keeps the data in it and serves when asked for. And in next version, I was thinking about adding websocket support 🙂
future-teacher-7046
project
querystring parameter that limits the returned list of features to a specific project - https://docs.growthbook.io/app/api#project-scoping So a company could in theory have 10 different feature lists that they use for different things.
Not critical to support, especially not in the first version.hallowed-portugal-31753
09/01/2022, 2:09 PMfuture-teacher-7046
hallowed-portugal-31753
09/01/2022, 2:11 PM