0.0
No release in over 3 years
Low commit activity in last 3 years
Library for interfacing with Tourplan's hostConnect software, which is a web service interface for tour booking.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 2.1.0

Runtime

~> 2.3.10
= 2.1.2
>= 0
 Project Readme

Library for connecting to hostConnect

HostConnect is used for connecting the TourPlan (ICOM) back end software with a front end software, usually a website.

Notes

  • All variables passing in/out of hostConnect via XML are written in CapitalCamelCase. We, however, use snake_case for all parameters/attributes.
  • Variables that are to be defined zero or more times, should be passed in as an array. For example ":opt => ['LONAC????????????', 'MAN??????????????']"
  • For requests that return multiple results (i.e OptionInfo), we supply a size method to display the number of results.

Dev docs

License

Copyright (c) 2007-2010 Bjørn Arild Mæland. See MIT-LICENSE for details.