Using with Ruby
Code samples and guides to using QuotaGuard Static with Ruby & Rails
Integrating with the rest-client gem is a one-liner. This will print out one of your QuotaGuard Static IPs: require "rest-client"
RestCli...
Fri, 20 Mar, 2020 at 9:37 AM
HTTParty is a Ruby library for making HTTP requests and integrates easily with QuotaGuard Static: require 'httparty'
proxy = URI(ENV["QU...
Wed, 18 Mar, 2020 at 4:17 PM
httpclient is a Ruby gem allowing you to execute HTTP commands. You can route these commands easily via a Static IP by integrating with QuotaGuard Stat...
Fri, 20 Mar, 2020 at 10:10 AM
Secure FTP allows you to transfer data securely between servers. You can use the Ruby SFTP library to route SFTP transfers via QuotaGuard Static, allow...
Wed, 18 Mar, 2020 at 1:36 PM
ruby-rets is a Ruby client to allow you retrieve real estate data from RETS servers. You can easily integrate it with QuotaGuard Static for IP locked RETS...
Fri, 20 Mar, 2020 at 10:08 AM
Net::HTTP is Ruby's native HTTP library. For any complex web service interactions we recommend rest-client but for simple cases net/http is fine. ...
Thu, 19 Mar, 2020 at 3:14 PM
As part of our service, we offer a SOCKS5 proxy which is accessible on your assigned QuotaGuard Static server on port 1080. SOCKS5 provides TCP level p...
Wed, 18 Mar, 2020 at 10:24 AM