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

magaya_api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magaya_api

  • 0.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Magaya API

Provides a Ruby interface to the Magaya API

Installation

Add this line to your application's Gemfile:

gem 'magaya_api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install magaya_api

Configuration

You must set your Magaya username, password, and url. These values must be provided by whomever is responsible for running the Magaya Communication Server which you wish to connect to.

You may set these in an initializer:

MagayaAPI.configure do |config|
  config.username   = 'myusername'
  config.password   = 'mypassword'
  config.url        = 'http://yourdomain.com/CSSoapService?wsdl'
end

Alternatively, you can set them via three environment variables: MAGAYA_API_USERNAME, MAGAYA_API_PASSWORD, and MAGAYA_API_URL.

Give Back

If you're using this gem then please consider donating so that I can continue to improve it/

donate

Credits

This gem is written by Patrick Reiner.

License

Available as open source under the terms of the MIT License.

FAQs

Package last updated on 13 Sep 2016

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