0.0.11 • Published 4 years ago

@dokoo/content-api v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago