The @payello-sdk/connect-types
package provides sets of types used by the Payello Connect SDK.
Payello Connect is the service used within the Payello Developer ecosystem to enable secure data transfer between Payello and external services, ensuring compliance with regulations and privacy laws.
This package is actively used by Payello, a financial services platform committed to advancing innovation in the financial industry. Payello champions open-source contributions, harnessing these technologies to enhance its platform and client projects.
To start using the @payello-sdk/connect-types
package, first install it via npm:
npm install @payello-sdk/connect-types
or using yarn:
yarn add @payello-sdk/connect-types
- File Containers: Perform operations on files within file containers such as get, put, delete, and query.
- KV Containers: Manage key-value pairs within containers by executing get, put, list, and delete operations.
- SQL Containers: Utilize features like executing queries, prepared statements, and batches within SQL containers.
- Secure TCP Tunnels: Establish secure TCP communication with private networks through tunnels.
- Secure HTTP Tunnels: Access resources over secure private networks using HTTP tunnels.
- Secure FTP Tunnels: Manage files and folders by performing FTP operations over secure private networks via SFTP tunnels.