Bundle Finder
BundleFinder
BundleFinder Objects
class BundleFinder()This class allow make get request to certificate resource into Opengate North API.
constructor
function constructor()Constructor
Arguments:
ReferenceInternalOpenGateAPI - to the API object.
findByNameAndVersion
function findByNameAndVersion(name: string,version: string) -> 'Promise'Download a specific bundle by its name and version. This execute a GET http method
Arguments:
namestring - bundle name .versionstring - bundle version.
Returns:
Promise