Project

whmcs-ruby

0.03
No commit activity in last 3 years
No release in over 3 years
whmcs-ruby: Ruby bindings for the WHMCS API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

= 0.1.8
 Project Readme

whmcs-ruby

whmcs-ruby provides Ruby bindings for the WHMCS API.

Usage

require 'whmcs'

WHMCS.configure do |config|
  config.api_url      = 'http://example.com/includes/api.php'
  config.api_username = 'someusername'
  config.api_password = 'c4ca4238a0b923820dcc509a6f75849b' # md5 hash
end

WHMCS::Client.get_clients_details(:clientid => '1')

See the documentation for more details.

Installation

gem install whmcs-ruby

Copyright

Copyright (c) 2011 DotBlock.com, see LICENSE in this repo for details.