GithubHelp home page GithubHelp logo

zaidakram / expedia Goto Github PK

View Code? Open in Web Editor NEW
48.0 48.0 29.0 397 KB

Expedia is a ruby wrapper for EAN (Expedia Affiliate Network)

Home Page: http://zaidakram.github.io/expedia/

License: MIT License

Ruby 100.00%

expedia's People

Contributors

benjamincorey avatar bradtheappguy avatar digitaltom avatar jordelver avatar kellymahan avatar tombruijn avatar veekram avatar vitalim avatar zaidakram avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

expedia's Issues

Issue with get_static_reservation method

When I try to use this method call, I receive the following failing message:

Faraday::Error::ConnectionFailed:
hostname "dev.api.ean.com" does not match the server certificate

All my other method calls test fine. Is there someplace we are suppose to set the url?

Is there a way to get the current price?

What is the syntax to retrieve the current price for a given date? Sorry I am just a bit confused as to how to use the "expeosed" methods. I cant call them on the object or the response. Thanks for your time

#<Expedia::APIError: Expedia::APIError>

After upgrading to version to 0.0.5, I am getting the above mentioned error. The status response is 400.
I am simply making request as:

list_api = Expedia.Api.new
response = list_api.get_payment_info( {:hotelID => 172396)

Am not I supposed to get the response.body?

dev mode url

Kept getting a 403 response in dev mode.. I had to change the DEVELOPMENT_SERVER to api.ean.com from dev.api.ean.com in http_service.rb, once I did I started getting response 200 in development mode..

sig value for authentication

Lines 83-98 of the same file (https://github.com/zaidakram/expedia/blob/master/lib/expedia/http_service.rb ) is where sig is put together and since Ruby sets variables when the service is started the timestamp is static which makes the sig static which causes authentication failures after about 5 minutes of the service being started.

This is because EAN's service will only authenticate a sig value for 5 minutes based on the EAN server time. To get the EAN server time, use EAN's ping request. Always generate a new sig value for each request to ensure your requests are authenticated.

Code not working

For me, even copying the exact code written on this repository's home page in to my program gives me an error. It says: "in add_timeouts': undefined methodpresent?' for nil:NilClass (NoMethodError)". Any ideas why? Or what I'm doing wrong.

formatting room group object

I have been trying to figure out how to format the number of rooms/ guests section using this gem for some time and simply cannot figure it out. The api docs say :

"Room format for REST
The REST format compacts the values from the previous elements into a comma-delimited list. To declare a room and its occupants, use the following format:

&room[room number, starting with 1]=
[number of adults],
[comma-delimited list of children's ages]

For example, to declare that a room has one adult and two children ages 5 and 12, you would send &room1=1,5,12 . There is no separate declaration for the number of children - each age value is assumed to belong to a child."

I feel like I have tried every combination under the sun and I can't get a number of rooms to show up in my get request. Would it be possible to get an example of the format?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.