sdmx-rest
Version:
SDMX REST API client for JavaScript
22 lines (18 loc) • 832 B
JavaScript
// Generated by CoffeeScript 2.7.0
(function() {
// Specifies the mime types of the various SDMX formats for structural metadata.
var formats;
formats = {
// The SDMX-ML 2.1 Structure format.
SDMX_ML_2_1_STRUCTURE: 'application/vnd.sdmx.structure+xml;version=2.1',
// The SDMX-ML 3.0.0 Structure format.
SDMX_ML_3_0_STRUCTURE: 'application/vnd.sdmx.structure+xml;version=3.0.0',
// The SDMX-JSON 1.0.0 Structure format.
SDMX_JSON_1_0_0: 'application/vnd.sdmx.structure+json;version=1.0.0',
// The SDMX-JSON 2.0.0 Structure format.
SDMX_JSON_2_0_0: 'application/vnd.sdmx.structure+json;version=2.0.0',
// Shortcut for the latest version of SDMX-JSON
SDMX_JSON: 'application/vnd.sdmx.structure+json;version=2.0.0'
};
exports.MetadataFormat = Object.freeze(formats);
}).call(this);