StrongLoop Suite

Welcome to StrongLoop Suite, an API tier for connecting Enterprise data to devices and browsers. StrongLoop Suite includes an open source mobile framework, a built-in monitoring and management console, all built on top of a certified distribution of Node.js.

Sample Requests

Click on the friendly GET buttons below to try out a few example requests!

GET /weapons

GET /weapons/2

GET /weapons?filter

Actual request: GET /weapons?filter[where][effectiveRange][gt]=900&filter[limit]=3 (The top three weapons with a range over 900m)

GET /locations

GET /locations/nearby

Actual request: GET /locations/nearby?here[lat]=37.587409&here[lng]=-122.338225

GET /locations/:id/inventory

Actual request: GET /locations/5/inventory

Next Steps

API Explorer

The API Explorer is a great resource to check out the rest of the methods available to you through the StrongLoop Suite's default REST API.

Choose Your Own Adventure