1.0.2 • Published 7 years ago

node-basalt v1.0.2

Weekly downloads
1
License
GPL-2.0
Repository
gitlab
Last release
7 years ago

Basalt

NPM version Downloads

NPM

A Salt API Node.js client

Usage

Require it:

var Basalt = require('node-basalt');

Instantiate it:

var client = new Basalt();

Use it!

client.journalists().then(console.log);

List of methods

articles

FieldTypeMandatoryNotes
filterString

journalists

FieldTypeMandatoryNotes
idString

journalists_articles

FieldTypeMandatoryNotes
idString
archivesNumberpossible values: 0, 1

outlets

FieldTypeMandatoryNotes
idString

outlets_articles

FieldTypeMandatoryNotes
idString
archivesNumberpossible values: 0, 1

outlets_journalists

FieldTypeMandatoryNotes
idString

parentcompanies

FieldTypeMandatoryNotes
idString

parentcompanies_outlets

FieldTypeMandatoryNotes
idString
1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago