This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm install --quiet --no-optional | |
npm WARN deprecated [email protected]: This plugin has been deprecated since it is now included in the latest versions of cordova-ios | |
npm WARN deprecated [email protected]: This plugin has been deprecated | |
> [email protected] install /usr/src/app/node_modules/@ionic/app-scripts/node_modules/node-sass | |
> node scripts/install.js | |
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.5.3/linux-x64-57_binding.node | |
Download complete | |
Binary saved to /usr/src/app/node_modules/@ionic/app-scripts/node_modules/node-sass/vendor/linux-x64-57/binding.node |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once __DIR__ . '/vendor/autoload.php'; | |
session_start(); | |
use AdventureRes\AdventureRes; | |
use AdventureRes\Models\Input\ServiceAvailabilityInputModel; | |
$config = [ | |
'baseDomain' => 'https://echotestonline.raftecho.com/rest', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* | |
* Base64 encode / decode | |
* http://www.webtoolkit.info/ | |
* | |
**/ | |
define([], function() | |
{ |