Document more Javascipt bindings for APIv3
Created by: totten
The API: Usage docs describes several ways to use the API (3 PHP notations, 3 CLI notations, etc). For the Javascript related docs, I'd suggest:
- Rename
AJAX
toJavascript (AJAX)
- Add a section for
Javascript (AngularJS)
. (This usescrmApi('MyEntity', 'myaction', {...}).then(...);
- Add a section for
Javascript (Local NodeJS)
. Link to https://github.com/civicrm/cv-nodejs - Add a section for
Javascript (Remote NodeJS)
. Link to https://github.com/TechToThePeople/node-civicrm