UNPKG

@vepler/http-client

Version:

A flexible and extensible API service library for making HTTP requests with built-in authentication support for bearer tokens and API keys.

17 lines (14 loc) 268 B
import api from './index' const instance = api.create({ host: 'https://api2.propbar.co.uk/property', logLevel: 'debug', }) instance.query( `/propertyId/SDl0M2Fjbk45c3Zac0hGbmtLQ0dqdz09`, { attributes: 'pricing.currentSale' }, { apiKey: "" } );