AmiGO 2 Manual: JavaScript: Difference between revisions

From GO Wiki
Jump to navigation Jump to search
(Created page with "{{SWWarning| Users that consume the JavaScript API or widgets are responsible for tracking updates and maintaining compatibility with backends (GOlr). All AmiGO_Labs warnings...")
 
No edit summary
 
Line 1: Line 1:
{{SWWarning| Users that consume the JavaScript API or widgets are responsible for tracking updates and maintaining compatibility with backends (GOlr). All [[AmiGO_Labs]] warnings apply.}}
{{SWWarning| Users that consume the JavaScript API or widgets are responsible for tracking updates and maintaining compatibility with backends (GOlr). All [[AmiGO_Labs]] warnings apply.}}


Users interested in using the JavaScript API or widgets from AmiGO 2 in their own site should get familiar with BBOP JS, the core of the JavaScript interface.
Users interested in using the JavaScript API or widgets from AmiGO 2 in their own site should get familiar with the manager and response interfaces--the core of the JavaScript interface.


* [https://github.com/kltm/bbop-js Home and overview]
* [https://github.com/berkeleybop/bbop-manager-golr Home and overview; a great place to start is the unit tests]
* [http://cdn.berkeleybop.org/jsapi/bbop-js/demo/index.html Simple demos]
* [https://github.com/berkeleybop/bbop-rest-manager the implementation engines]
* [https://github.com/berkeleybop/bbop-response-golr the response class]
* [https://github.com/berkeleybop/golr-conf the configuration class]
 
A lot of this is new software (or ports) and we are looking to improve the documentation all the time. As a lot of the APIs are the same, a good place to start might be the older versions of the software and their APIs:
 
* [https://github.com/berkeleybop/bbop-js Home and overview]
* [http://wiki.geneontology.org/index.php/Example_GOlr_Sessions More complex examples]
* [http://wiki.geneontology.org/index.php/Example_GOlr_Sessions More complex examples]
* [http://amigo2.berkeleybop.org Real life (AmiGO 2)]
* [http://amigo.berkeleybop.org Real life (AmiGO 2)]
* [http://cdn.berkeleybop.org/jsapi/bbop-js/docs/files/core-js.html API]


Given that things may change, you may also want to contact the AmiGO 2 developers.
Given that things may change, you may also want to contact the AmiGO 2 developers.

Latest revision as of 02:03, 19 November 2015

Warning: Users that consume the JavaScript API or widgets are responsible for tracking updates and maintaining compatibility with backends (GOlr). All AmiGO_Labs warnings apply.

Users interested in using the JavaScript API or widgets from AmiGO 2 in their own site should get familiar with the manager and response interfaces--the core of the JavaScript interface.

A lot of this is new software (or ports) and we are looking to improve the documentation all the time. As a lot of the APIs are the same, a good place to start might be the older versions of the software and their APIs:

Given that things may change, you may also want to contact the AmiGO 2 developers.