UNPKG

@vepler/http-sdk

Version:

The definitive TypeScript SDK for UK property technology. Access comprehensive property data, school metrics, demographics, planning applications, and more through a single, powerful API.

11 lines 504 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var query_applications_1 = require("./routes/query-applications"); var get_application_by_id_1 = require("./routes/get-application-by-id"); var get_map_tile_1 = require("./routes/get-map-tile"); exports.default = { queryApplications: query_applications_1.queryApplications, getApplicationById: get_application_by_id_1.getApplicationById, getMapTile: get_map_tile_1.getMapTile, }; //# sourceMappingURL=service.js.map