8.0.7 • Published 3 years ago

@methodus/platform-web v8.0.7

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
3 years ago

This is a client library for the Methodus framework, but it can also be used independently.

Methodus Client

Quality gate rating reliability coverage vulnerabilities

Usage

The library is used to define transport related integrations using TypeScript decorators. The decorated classes will be used to invoke the transport and deliver the call using it. For example a website using Rest calls to a remote server will abstract the Rest calls to a decorated class and then use that class instead of direct Rest access code.

Decorated client contract classes can be created manually or auto generated using the @methodus/contracts package.

Reference

filename

Tests overview

tests