+

Search Tips | Advanced Search

For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.


JavaScript server-side API

JavaScript adapters can use the IBM MobileFirst™ Platform Server JavaScript API to perform server-related operations such as: calling other adapters, logging adapter activity, getting values of configuration properties, reporting activities to IBM MobileFirst Analytics, and getting the identity of the request issuer.


MFP.Server and MFP.Logger

The JavaScript server-side API is provided in two classes:

Examples of the use of the API are provided in the following sections.

Parent topic: Develop JavaScript adapter code