utils

Methods

(static) getRequestPromise()

Perform a request with the given settings and return a promise that resolves when the request is successfull and rejects when there's an error.

Source:

(static) jsonToBase64()

Given a JSON string, convert it to its base64 representation.

Source:

(static) wrapPropertyMethod()

Simple wrapper that, given a class, a property name and a method name, creates a new method in the class that is a wrapper for the given property method.

Source: