Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

help_spot_issues

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

help_spot_issues

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= HelpSpot

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

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

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

== License

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

= Usage

== Installation

Copy the config/help_spot.yml.sample file to THE_ROOT_DIR_OF_YOUR_APP/config/help_spot.yml. Edit the file to have some sensible values.

Somewhere in your application, you'll want to do this once:

HelpSpot.configure

In my app, it also turns out it's useful to do this once:

HELPSPOT_CATEGORIES = HelpSpot.category_key_value_pairs

FAQs

Package last updated on 15 Mar 2012

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc