0.5.0 • Published 4 years ago

xds-extractor v0.5.0

Weekly downloads
43
License
ISC
Repository
-
Last release
4 years ago

XDS Extractor

This package returns a json object with usefull information gathered from a XDS.b Repository response.

How to Use

simply import extract from xdsextractor in your code and call it in your code, as presented in the following block:

import extract from 'xdsextrator';
(...)
const info_json = extract(Repository_Response, template_id)

With this code, info_json will contain a structured json containing meaningful information of the requested repository document.

Parameters:

Parameterdescriptionobligatory
Repository_ResponseThe returned response from your XDS.b Query, with or without the XOP request with boundaries:heavy_check_mark:
template_idThe Document's template_id parameter Value of the requested repository document:heavy_check_mark:
0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

5 years ago