Metadata-Version: 2.1
Name: sfdcfw
Version: 0.1.5
Summary: Saleforce.com FrameWork.
Author: Yan Kuang
Author-email: YTKme@Outlook.com
License: UNKNOWN
Keywords: salesforce sfdc fw api
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

# Python Salesforce.com FrameWork

Python Salesforce.com FrameWork

| API Name           | Protocol            | Data Format       | Communication                                     |
|--------------------|---------------------|-------------------|---------------------------------------------------|
| REST API           | REST                | JSON, XML         | Synchronous                                       |
| SOAP API           | SOAP (WSDL)         | XML               | Synchronous                                       |
| Chatter REST API   | REST                | JSON, XML         | Synchronous (photos are processed,asynchronously) |
| User Interface API | REST                | JSON              | Synchronous                                       |
| Analytics REST API | REST                | JSON, XML         | Synchronous                                       |
| Bulk API           | REST                | CSV, JSON, XML    | Asynchronous                                      |
| Metadata API       | SOAP (WSDL)         | XML               | Asynchronous                                      |
| Streaming API      | Bayeux              | JSON              | Asynchronous (stream of data)                     |
| Apex REST API      | REST                | JSON, XML, Custom | Synchronous                                       |
| Apex SOAP API      | SOAP (WSDL)         | XML               | Synchronous                                       |
| Tooling API        | REST or SOAP (WSDL) | JSON, XML, Custom | Synchronous                                       |

