arus-ps-connector

0.9.9 • Public • Published

arus-ps-connector

A Connector designed for use with PeopleSoft

Installation

npm i arus-ps-connector

API

PSConnector#getProfile(requestParams : Object) : Promise of Profile

Takes an object defining the request parameters and returns a Promise of a Profile object.

PSConnector#getPicture(requestParams : Object) : Promise of Picture

Takes an object defining the request parameters and returns a Promise of a Picture object.

PSConnector#getSchedule(requestParams : Object) : Promise of Schedule

An example requestParams object for the previous methods might look like:

var requestParams = {
  url: 'someRequestUrl',
  auth: ['username', 'password'],
  headers: {
    someHeader: 'someValue',
    someOtherHeader: 'someOtherValue'
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i arus-ps-connector

Weekly Downloads

4

Version

0.9.9

License

ISC

Last publish

Collaborators

  • arus