+

Search Tips | Advanced Search

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


Tools for testing and debugging adapters

MobileFirst Java™ adapters expose a full REST API that enables you to test functionality by issuing HTTP requests.

We can test adapters using MobileFirst Platform CLI, as well as third-party tools such as Swagger and Postman.

The base URL for an adapter is:

<server-address>/<context-root>/api/adapters/<adaptername>.

Parent topic: Develop the server side of a MobileFirst application