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

ean-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ean-rails

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Ean === Expedia Affiliate Network REST API for RAILS.

If you don't have registered application in EAN developers network, then you'll do it here: https://developer.ean.com/member/register

== Installation

Create new file 'app/config/initializers/ean.rb' with the following code: Ean::API.make('YOUR_API_CID', 'YOUR_API_KEY', 'YOUR_API_SHARED_SECRET', PARAMS = {}) Where: 'YOUR_API_CID' (55505 - for beta testing), 'YOUR_API_KEY' and 'YOUR_API_SHARED_SECRET' is required, params is optional.

Allowed PARAMS: :version => EAN_API_VERSION (by default used "3") :minor_rev => EAN_API_MINOR_REVISION (by default used "4") :locale => EAN_API_LOCALE (by default used "en_US") :currency_code => EAN_API_CURRENCY_CODE (by default used "USD") :sig => EAN_API_SIGNATURE (by default used "")

For more details see EAN Endpoints & Common Elements docs: http://developer.ean.com/docs/read/hotels/version_3/Endpoints_amp_Common_Elements

This project rocks and uses MIT-LICENSE.

FAQs

Package last updated on 24 Mar 2013

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