1.0.6 • Published 4 years ago

@pork/trees v1.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

trees

OADA API tree definitions for PorkHack

import { asn as asntree } from '@pork/trees'
import { connect } from '@oada/client'

(async () => {
  const oada = await connect({domain,token});
  await oada.post({ // same w/ put
    path: `/bookmarks/trellisfw/asns/day-index/2021-03-24`, 
    tree: asntree,
    data: { /* an ASN */ },
  });
})()
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago