UNPKG
rested
Version:
latest (2.1.9)
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.0.5
0.0.0
{REST}ed; {REST}ful Enterprise Data-as-a-Service (DaaS)
github.com/izidan/rested
izidan/rested
rested
/
Accept
/
index.js
11 lines
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
=
function
(
) { [
'json'
,
'xml'
,
'csv'
,
'tsv'
,
'yaml'
,
'jsonp'
,
'msgpack'
].
forEach
(
f
=>
require
(
`./
${f}
`
).
apply
(
this
)); };