UNPKG
zoho
Version:
latest (1.0.0)
1.0.0
0.5.0
0.4.4
0.4.3
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
Node.js client library for Zoho
github.com/4yopping/zoho
4yopping/zoho
zoho
/
lib
/
index.js
9 lines
(6 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
Zoho
=
function
(
) {};
Zoho
.
Creator
=
require
(
'./creator'
);
Zoho
.
CRM
=
require
(
'./crm'
);
Zoho
.
Invoice
=
require
(
'./invoice'
);
Zoho
.
Support
=
require
(
'./support'
);
module
.
exports
=
Zoho
;