Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Get a 911 call by datumID

node v10.24.1
version: 1.0.0
endpointsharetweet
const stae = require("stae") const api = stae.createClient({ key: '' }) const call = await api.place.dataType.datum.findById({ placeId: 'sf-ca', dataTypeId: '911-call', datumId: '51a0e367-51d3-422e-8ccd-69f17fbf830f' })
Get a 911-call in San Francisco by its datumID
Loading…

no comments

    sign in to comment