Skip to content

Toro Cloud Dev Center


Gloop REST APIs

You can expose services as RESTful web services through Gloop REST APIs1. Gloop REST APIs, persisted as .api files in the file system, define path-to-service mappings which Martini publishes to the server2. APIs defined this way are not only easy to create and manage, but are also exposed to clients in a standards-compliant manner – using automatically generated Swagger and OpenAPI definitions, as well as Postman collections.

Gloop REST API editor

Gloop REST API editor


  1. And additionally as SOAP web services through Gloop SOAP APIs

  2. A Gloop REST API is accessible to (authorized) clients as long as it is enabled and the Martini package which the API belongs to is running