UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

33 lines (19 loc) 697 B
# @loopback/service-proxy This module provides a common set of interfaces for interacting with service oriented backends such as REST APIs, SOAP Web Services, and gRPC microservices. ## Installation ``` $ npm install @loopback/service-proxy ``` ## Basic use See https://loopback.io/doc/en/lb4/Calling-other-APIs-and-web-services.html ## Contributions - [Guidelines](https://github.com/loopbackio/loopback-next/blob/master/docs/CONTRIBUTING.md) - [Join the team](https://github.com/loopbackio/loopback-next/issues/110) ## Tests run 'npm test' from the root folder. ## Contributors See [all contributors](https://github.com/loopbackio/loopback-next/graphs/contributors). ## License MIT