Appium Javascript API

Where can I find a list of all the mobile actions that can be performed with the AppiumDriver?

For example:

driver.executeScript("mobile: swipe"...

The mobile command list is available on github.

@bootstraponline Can i use getText in executeScript method? if so how?