UNPKG

rijksmuseum-typescript-api

Version:

Rijksmuseum API Wrapper made with Typescript and RxJS

11 lines (10 loc) 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Context = /** @class */ (function () { function Context() { this.language = 'en'; this.baseUrl = 'https://www.rijksmuseum.nl/api/'; } return Context; }()); exports.Context = Context;