@synoveo/sdk
v0.1.0
Published
Official Synoveo SDK for Google Business Profile management
Downloads
10
Maintainers
Readme
@synoveo/sdk
Official TypeScript SDK for the Synoveo API.
Installation
npm install @synoveo/sdkQuick Start
import { SynoveoClient } from '@synoveo/sdk'
const client = new SynoveoClient({
clientId: 'your_client_id',
clientSecret: 'your_client_secret',
})
// List locations
const locations = await client.locations.list()
// Create a post
const post = await client.posts.create('locations/123', {
summary: 'Hello from Synoveo!',
})Documentation
Full documentation at docs.synoveo.com/api-reference/sdk
