Overview

LinkMoney's connectors are Spring Java applications that serve as access corridors between LinkMoney API and the LinkMoney tile internal to CDP. The connector is composed of a few core files:

  1. The LinkMoneyApplication, which is the top level Spring Boot Java Application that provides LinkMoney functionality.
  2. The LinkMoneyController, which offers REST endpoints with LinkMoney functionality.
  3. The LinkMoneyImp, which includes helper functions that make external HTTP calls.

Index

Getting Started

Endpoints


Contents