Skip to content
forked from aaronmars/martian

JavaScript API for interacting with MindTouch's Web Service API

License

Notifications You must be signed in to change notification settings

trypton/martian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Martian

Core JavaScript API for MindTouch

travis-ci.org codecov.io

Support

This Library is provided for and supported by the open source community. Supported MindTouch site owners may file bug reports via GitHub, but support plans do not cover the usage of this library.

Install

$ jspm install mindtouch-martian

Usage

Use API objects to get business entities (user, page, file, etc)

import { User } from 'martian/user';

let user = User.getCurrentUser().then((user) => {
    // do something with user.username, user.fullname, user.email, etc..
});

About

JavaScript API for interacting with MindTouch's Web Service API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%