0.0.11 • Published 3 years ago

@dokoo/content-api v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

sdk-js

Installation

yarn add @dokoo/sdk-js

Usage

import { Client } from '@dokoo/sdk-js'

const main = async () => {
  const client = new Client({
    token: 'xxx',
    spaceId: 'xxx'
  })

  const feed = client.feeds.getFeed('<feed-id>')
  const { hits } = await feed.get()
  // Do something with hits
  console.log(hits)
}

main()
0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago