1.1.9 • Published 6 months ago

ied-seismic v1.1.9

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

ied-seismic

Seismic is an asset management system which has an api system for retrieving & updating info on the app. This package helps resolve common tasks performed by teams, such as retrieving assets, extending expiration dates, and checking broken links.

Prerequisites

This package uses the Seismic API to perform various functions. You will need to request for API access and provide those details when using the "connect" functions. Instructions can be found at https://developer.seismic.com/seismicsoftware/docs/getting-started

Upon success you will receive the following details,

{
  "client_id": "...",
  "client_secret": "...",
  "user_id": "...",
  "grant_type": "...",
  "scope": "...",
  "tenant": "IBM"
}

Installing

npm install ied-seismic

Getting Started

// Import the package (make sure to install)
const seismic = require("ied-seismic")
// Create a js object containing your connection details ()
const config = {
  "client_id": "...",
  "client_secret": "...",
  "user_id": "...",
  "grant_type": "...",
  "scope": "...",
  "tenant": "IBM"
}
seismic.connect(config)

Seismic API features

After connecting to the package, you can use any of the API related features by simply passing the asset id to the function.

seismic.getAssetInformation(ASSET_ID)

Seismic Non-API features (Experimental)

We are working on a few non API features such as the Seismic broken link checker. This feature crawls a seismic page and validates the links. To use this feature, a user needs to pass a link, or array of links.

seismic.checkForBrokenLinks([SEISMIC_LINKS])

Authors

Made by the IBM Enablement Developers.

Note the github for the project is on an IBM corporate github which cannot be shared publicly.

1.1.9

6 months ago

1.1.8

6 months ago

1.1.7

7 months ago

1.1.1

11 months ago

1.0.19

11 months ago

1.1.0

11 months ago

1.0.18

11 months ago

1.0.17

11 months ago

1.0.16

11 months ago

1.1.6

9 months ago

1.1.5

9 months ago

1.1.4

9 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.0.20

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

12 months ago

1.0.12

12 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.9

12 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago