Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Gold File Api

gojko edited this page Nov 24, 2014 · 18 revisions

MM Gold is a storage API used for server-side exports and sharing. Physically, it consists of two components:

  • Amazon S3 file storage
  • HTTP(S) API to obtain security tokens for the file storage

There are several JavaScript objects available in the MindMup source code that wrap the workflows and APIs presented here.

  • GoldApi class wraps the HTTP(S) api into a convenient JavaScript object
  • GoldLicenseManager is a utility that GoldApi uses to store and retrieve the account license
  • S3Api wraps the Amazon S3 response formats and polling into a utility class
  • The LayoutExport class wraps the file export workflow (polling etc)
Clone this wiki locally