Skip to content

Ruby Client for valued.app

Notifications You must be signed in to change notification settings

valued-app/valued.rb

Repository files navigation

Valued Ruby SDK

This repository contains two separate gems:

In addition, there is a simple Sinatra application in dummy-api that can be used as an endpoint to point client libraries to.

Development

Task Command
Installing dependencies bundle install
Running test rake test
Generating API documentation rake docs

You can also run both tasks combined with rake. These will generate a docs and a coverage directory.

Using Gems straight from GitHub

If you want to use more than one of the gems in this repository directly from the main branch, you can do so by adding the following to your Gemfile:

source "https://rubygems.org"

github "valued-app/valued.rb" do
  gem "valued-client"
  # gem "valued-rails"
end

About

Ruby Client for valued.app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages