New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

captureapi

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

captureapi

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

CaptureAPI

Rails3 Configuration

You will need to create an initializer before using the library.

Example:

# config/initializers/captureapi.rb
CaptureAPI.configure do |config|
  config.api_key    = '1a243b45c'
  config.api_key_id = '3'
end

View helpers

thumbnail_tag(url, options = {})

Valid options are:

width: The width of the final thumbnail (default: 200). height: The height of the final thumbnail (default: 200). alt: The value of the alt attribute for the <img> tag (default: "Thumbnail of #{url}").

FAQs

Package last updated on 04 Sep 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