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.

10 lines (9 loc) 375 B
import { queryApplications } from './routes/query-applications'; import { getApplicationById } from './routes/get-application-by-id'; import { getMapTile } from './routes/get-map-tile'; declare const _default: { queryApplications: typeof queryApplications; getApplicationById: typeof getApplicationById; getMapTile: typeof getMapTile; }; export default _default;