
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
h1. Cashboard-rb
This project is the official Ruby wrapper for the "Cashboard API":http://api.cashboardapp.com created and maintained by "Subimage LLC":http://www.subimage.com.
"Cashboard":http://www.getcashboard.com is an online service that allows you to track time, create estimates, invoice your clients, and collect payments via credit cards or PayPal.
h2. Installation
bc. sudo gem install cashboard
h2. Example Code
bc.. require 'rubygems' require 'cashboard'
Cashboard::Base.authenticate('your_subdomain', 'your_api_key')
puts "Employees:" Cashboard::Employee.list.each { |emp| puts emp.inspect }
puts "Client Companies:" Cashboard::ClientCompany.list.each { |client| puts client.inspect }
puts "Projects:" Cashboard::Project.list.each { |prj| puts prj.inspect }
p. There are more examples in the /examples directory of this project.
h2. Links
h2. Contributing
If you'd like to contribute to this project, please fork it and add your code with working tests.
h3. Testing
Tests are handled with Test::Unit and Fakeweb. There's a complete test suite you can run by invoking: @ruby test/full.rb@
The project is also setup to use autotest.
If you add any code please ensure all tests continue to run properly by running the test suite.
h2. License
Cashboard-rb is released under the MIT License. Tweak it, fork it, twerk it and translate it to other languages...please!
FAQs
Unknown package
We found that cashboard demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.