interface#

Module for the EclypseREST class.

It implements the REST communication protocol among services in the same application.

It allows to send and receive HTTP requests at specific endpoints, which are defined by each service, using the @endpoint decorator.

Functions

register_endpoint(endpoint, method)

Decorator to register an endpoint in a service.

Classes

EclypseREST

EclypseREST class.