API implements the charms interface and is the concrete implementation of the API end point.

Hierarchy

  • default

Implements

Constructors

Properties

NAME: string = "Charms"
VERSION: number = 2
_transport: Transport
NAME: string = "Charms"
VERSION: number = 2

Methods

  • CharmInfo returns information about the requested charm. NOTE: thumper 2016-06-29, this is not a bulk call and probably should be.

    Parameters

    Returns Promise<Charm>

  • List returns a list of charm URLs currently in the state. If supplied parameter contains any names, the result will be filtered to return only the charms with supplied names.

    Parameters

    Returns Promise<CharmsListResult>

Generated using TypeDoc