1.0.2 • Published 9 years ago
Basalt


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
| Field | Type | Mandatory | Notes | 
|---|
| filter | String | ✓ |  | 
journalists
| Field | Type | Mandatory | Notes | 
|---|
| id | String |  |  | 
journalists_articles
| Field | Type | Mandatory | Notes | 
|---|
| id | String | ✓ |  | 
| archives | Number |  | possible values: 0, 1 | 
outlets
| Field | Type | Mandatory | Notes | 
|---|
| id | String |  |  | 
outlets_articles
| Field | Type | Mandatory | Notes | 
|---|
| id | String | ✓ |  | 
| archives | Number |  | possible values: 0, 1 | 
outlets_journalists
| Field | Type | Mandatory | Notes | 
|---|
| id | String | ✓ |  | 
parentcompanies
| Field | Type | Mandatory | Notes | 
|---|
| id | String |  |  | 
parentcompanies_outlets
| Field | Type | Mandatory | Notes | 
|---|
| id | String | ✓ |  |