Node.js
ActiveNode-flavoured server SDK on top of @postio/core. Retries with exp backoff + full jitter, structured logger hook, 30s default timeout.
Install
npm i @postio/node
30-second example
import { Postio } from '@postio/node';
const postio = new Postio({ apiKey: process.env.POSTIO_API_KEY });
const { results } = await postio.address.search({ q: '57 wimpole street' });
console.log(results[0].suggestion);
// → 57 Wimpole Street, London, W1G 8YW