-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Xavier Sosnovsky edited this page Aug 10, 2022
·
7 revisions
sdmx-rest4js allows to create and execute SDMX REST queries using JavaScript.
In a nutshell, you can:
- Create data, metadata, availability and schema queries;
- Access various SDMX web services, with the
getService
function; -
Execute a query against a web service, with the
request
function; - Translate queries into URLs, with the
getUrl
function. This is handy, in case you want to execute the query using, say, jQuery;
This library is compliant with both SDMX 2.1 and SDMX 3.0.
For additional information, please check the various pages on this wiki.