You need to sign in to do that
Don't have an account?

Importing MySQL data into Salesforce
I've been researching this for awhile and having trouble figuring out where to start. I think I want to use a REST API and understand that I will need to expose my data, but I'm not sure how to make SaleForce automatically check this. Any pointers welcome.
Go through the below links to learn more :-
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_restful_http.htm
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_restful_http_httprequest.htm#apex_classes_restful_http_httprequest
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_restful_http_httpresponse.htm#apex_classes_restful_http_httpresponse
If this helps,please mark it as best answer to help other :)
Free plan available