forked from intersystems-community/Cache-MDX2JSON
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.xml
More file actions
20 lines (20 loc) · 677 Bytes
/
module.xml
File metadata and controls
20 lines (20 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="MDX2JSON.ZPM"><Module>
<Name>MDX2JSON</Name>
<Version>3.2.46</Version>
<Description>RESTful web api for MDX to JSON transformation (plus JSONP and XML/A) for InterSystems IRIS. Also provides information about DeepSee objects.</Description>
<Packaging>module</Packaging>
<SourcesRoot>./</SourcesRoot>
<Resource Name="MDX2JSON.PKG"/>
<CSPApplication
Path="/MDX2JSON"
Url="/MDX2JSON"
CookiePath="/MDX2JSON/"
PasswordAuthEnabled="1"
UnauthenticatedEnabled="1"
DispatchClass="MDX2JSON.REST"
Recurse="1"
/>
</Module>
</Document></Export>