3.0.0 • Published 5 years ago
@datafire/quicksold_location v3.0.0
@datafire/quicksold_location
Client library for Quicksold REST API
Installation and Usage
npm install --save @datafire/quicksold_locationlet quicksold_location = require('@datafire/quicksold_location').create();
.then(data => {
  console.log(data);
});Description
Actions
wgs84ToOsgb36UsingGET
wgs84ToOsgb36
quicksold_location.wgs84ToOsgb36UsingGET({
  "latitude": "",
  "longitude": ""
}, context)Input
- input object- latitude required string: latitude
- longitude required string: longitude
 
- latitude required 
Output
- output ApiResponse
Definitions
ApiResponse
- ApiResponse object- data object
- error string
- errors object
- message string
- path string
- status integer
- timestamp integer
 
- data 
3.0.0
5 years ago