Project

help_spot

0.0
No commit activity in last 3 years
No release in over 3 years
API wrapper for HelpSpot
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
= 1.3.0

Runtime

~> 1.0
~> 0.5
 Project Readme

HelpSpot¶ ↑

Ruby gem to talk to the API of a HelpSpot instance.

For information on HelpSpot: www.userscape.com/products/helpspot/

Details of HelpSpot’s API are at: www.userscape.com/helpdesk/index.php?pg=kb.book&id=6

Installation¶ ↑

A gem has been pushed to gemcutter

Once you have gemcutter setup as a gem source:

gem install help_spot

Usage¶ ↑

help_spot = HelpSpot.new("https://support.yourwebsite.com/api/", "user@localhost.com", "sekrit")

Documentation¶ ↑

Documentation is hosted at rdoc.info

License¶ ↑

Licensed under the MIT License. See the included LICENSE file.