This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@stichting-crow/laces-hub-js
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

laces-hub-js

Package to connect programmatically with Laces Hub.

Usage

const mygroup = await Laces.Group("/dir/subdir");
const info = mygroup.getInfo();
const myrepo = await Laces.Repository("/dir/subdir/repo");
myrepo.uploadFile(
  {
    name: "My File",
    versionLabel: "v1",
    versioningMode: "NONE",
  },
  Buffer.from("Hello, world!")
);

const pub = await Laces.Publication("/dir/subdir/repo/publication");
pub.sparqlSelect("select * where { ?s ?p ?o } limit 10");

Readme

Keywords

none

Package Sidebar

Install

npm i @stichting-crow/laces-hub-js

Weekly Downloads

1

Version

1.0.0

License

MPL-2.0

Unpacked Size

146 kB

Total Files

99

Last publish

Collaborators

  • redmerkronemeijer