Posts

Showing posts with the label salesforce curl

Salesforce Rest API using cURL

Image
cURL installation and setup guide First, download the cURL from the site, https://curl.haxx.se/download.html Select the OS version and download the file accordingly. For example, I have downloaded the 64 bit version for my windows 10, as mentioned in the below screenshot. Once after downloading the same, unzip the same and look for the folder where the “ exe ” file and a “ certificate ” resides. For example, in my machine, the two files located in the path as mentioned in below screenshots,   Then please note down the complete path where both resides and we need to set the path to our System. For example, the complete path in my machine would look like this, C:\Users\ryanamala\Downloads\curl-7.64.0_2-win64-mingw\curl-7.64.0-win64-mingw\bin Now, got to this path Control Panel→ System and Security→ System→ Advanced System Settings → A pop up window opens. Please select the Environment Variables button, Then we need to add the complete path which we copied ea...