UNPKG

sreality-client

Version:
23 lines (22 loc) 486 B
module.exports = { sreality: { baseOptions: { baseURL: 'https://www.sreality.cz/api/cs/v2/', port: 443, method: 'get', timeout: 30000, }, }, mapping: { propertyId: ['hash_id'], description: ['name'], latitude: ['gps', 'lat'], longitude: ['gps', 'lon'], isNew: ['new'], locality: ['locality'], seller: ['_embedded', 'company', 'name'], price: ['price'], images: ['_links', 'images'], image: ['href'], }, };