cd sample-python
cd sample-js
cd sample-ruby
bundle
Create .env file for local environment variables.
cp sample.env .env
Edit .env.
vi .env
Update API_KEY and API_SECRET values.
API_KEY=api-key-123
API_SECRET=api-secret-456
The tests.rb example will query all current plugins from the API endpoint and return a JSON object.
ruby tests.rb