This connector is designed to show case the capabilities of Salesforce Connect's Apex Connector framework to consume a Swagger 2.0 file to create external objects in salesforce. For those not familiar with Swagger please see below
"Swagger is a simple yet powerful representation of your RESTful API." (http://swagger.io/).
This connector is tested to work with http://loopback.io strongloop framework generated api.
Following are the capabilities of this connector
- Can read Swagger 2.0 file and generate External Object(s) in salesforce
- It can query data in list view and detail view.
- It provides sorting
- It provides paging
- Works with both classic and lightning interfaces
- Salesforce Reporting
To Do
- Searching
- Upsert
- Delete
- Authentication
Gotach's
- Entering end service url should not include a forward slash Correct: https://sub.domain.com
- Entity names should be singular. Service automatically adds 's' to the url.
Sample Heroku Service (https://github.com/fahadaz/contact-app)