3.0.0 • Published 5 years ago
@datafire/interzoid_getcountrystandard v3.0.0
@datafire/interzoid_getcountrystandard
Client library for Interzoid Country Data Standardization API
Installation and Usage
npm install --save @datafire/interzoid_getcountrystandardlet interzoid_getcountrystandard = require('@datafire/interzoid_getcountrystandard').create();
.then(data => {
console.log(data);
});Description
This API provides a standard for country name for the purposes of standardizing country name data, improving query results, analytics, and data merging.
Actions
getcountrystandard
Gets a pre-selected country name standard for various permutations of a given country name.
interzoid_getcountrystandard.getcountrystandard({
"license": "",
"country": ""
}, context)Input
- input
object- license required
string: Your Interzoid license API key. Register at www.interzoid.com/register - country required
string: Country name from which to retrieve the standardized version
- license required
Output
- output
object- Code
string - CountryStandard
string - Credits
string
- Code
Definitions
This integration has no definitions
3.0.0
5 years ago