A method to list all available experiments
We are currently planning implementation of Optimizely as replacement of our current experimentation solution. In order for developers - and also business - to verify behavior we currently show a list of all active experiments and allow users to force a variation. In the current SDK there's no way to list all experiments. I prefer not to parse the datafile myself, so I would like to see a method that lists all experiments, including all variations, so we can migrate with the same functionality as we currently have.
Since the SDK already parses and interprets the datafile I feel this feature belongs in the SDK.
NB. The decideAll() method does not solve our use-case as that does not contain all available variations.