UNPKG
omniacare
Version:
latest (0.0.0)
0.0.0
CHR OmniaCare API SDK for NodeJS
bitbucket.org/buckeyecablesystem/omniacare
omniacare
/
configure.js
12 lines
(10 loc)
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
var
defaultOptions =
exports
.
defaultOptions
= {
'host'
:
''
,
'method'
:
'POST'
,
'path'
:
'/Omnicare/omniacareapi.asmx/'
,
'port'
:
'80'
,
'headers'
: {
'Content-Type'
:
'application/x-www-form-urlencoded'
} };