API Docs
Setup
You need an HTTP library installed to use the webapp.io API. See code pane for details.
#in bash terminal
gem install bundler
bundle install faraday
#at top of file
require 'faraday'
require 'json'
#in bash terminal
gem install bundler
bundle install faraday
#at top of file
require 'faraday'
require 'json'