Module: api/gitHubServer/baseObjects.js

baseObjects.js

Version:
  • 3.0.0
Author:
License:
  • Apache-2.0
Source:

Classes

BaseObjects

Methods


<async, inner> createObj()

Create objects in the mediumroast.io application

Source:

<async, inner> deleteObj()

Delete an object in the mediumroast.io application

Source:

<async, inner> findById()

Find all objects by id from the mediumroast.io application

Deprecated:
  • Yes
Source:

<async, inner> findByName()

Find all objects by name from the mediumroast.io application

Source:

<async, inner> findByX()

Find all objects by attribute and value pair

Source:

<async, inner> getAll()

Get all objects from the mediumroast.io application

Source:
Returns:

the results from the called function mrRest class

Type
Array

<async, inner> linkObj()

Link objects in the mediumroast.io application

Source:

<async, inner> updateObj()

Update an object in the mediumroast.io application

Source: