Find all places in Stae

node v10.24.1
version: 1.0.0
endpointsharetweet
const stae = require("stae") // create a basic readable API client, authed as you const api = stae.createClient({ key: '' }) // get a list of places available const { results } = await api.place.find()
Places in Stae can be a city, a state, a country, or all the datasets we have.
Loading…

no comments

    sign in to comment