Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 402 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 402 Bytes

Intro

This project was used to read data from SalesForce and send them back in a nicer JSON format. It was also used to send and retrieve files from AWS S3.

Core parts

The technical controller is TechSalesForceController The business controllers are SubscriptionController, CaseController, etc.

On a technical side, the SalesForceGenericCrud and SalesForceService are the mot important pieces.