REST Adapter
REST adapter is a solution where Link can readily call any Web/REST API and provide easy mapping to and from the APIs.
REST Adapter is a kind of framework which addresses multiple key features:
- Integration of different applications involving REST APIs rather than custom programming APIs.
- Solution to readily call any Web/REST API and provide easy mapping to/from the APIs.
The basic functionality in REST adapter includes:
- HTTP/HTTPS support.
- GET/POST/PUT/DELETE/PATCH/HEAD methods.
- Multiple authentication schemes: Basic, OAuth 2.0 (more to be provided in later release).
- Multipart data.