Installing the SDK
To integrate the VWO Feature Management and Experimentation SDK into your Ruby project, you must first install the SDK through a package manager for Ruby. VWO Ruby SDK can be installed using rubygems.
Requirements
Note:
- Works with 2.2.10 onwards
Installation
Run the following command in your project directory:
gem install vwo-fme-ruby-sdk
This command will download and install the VWO FME SDK and its dependencies in your project.
Import the SDK
Now, you're ready to initialize and use the SDK in your Ruby application.
Please note that the Ruby SDK requires the use of a Gateway Service. Make sure to set up the Gateway Service before initializing the SDK. For more information, see our Gateway Service documentation.
Source Code
Language | Repository |
---|---|
Ruby | (https://github.com/wingify/vwo-fme-ruby-sdk) |
The FME SDK code is available in various languages on GitHub. All the SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2024.
Updated 8 days ago