ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
137 stars 58 forks source link

Re-organize modules in ballerinax/salesforce package #6691

Closed aashikam closed 2 months ago

aashikam commented 2 months ago

Description: This is due to confusion found using the existing structure during implementing a PoC. The ballerinax/salesforce package needs to be re-organized for more clarity from user perspective in the following structure.


ballerinax/salesforce 
     - soap 
     - apex 
     - bulkv1 
     - bulkv2 

ballerinax/salesforce - REST API
   -- modules
     - soap - SOAP API
     - apex - Apex API
     - bulkv1 - BULK API V1
     - bulkv2 - BULK API V2

Questions:

High level tasks