News

Calling an API (Application Programming Interface) involves sending a request to a server and receiving a response. This can be done using various programming languages and libraries. Below, I'll ...
Step2 - Create a New Class which will use this VF page to get the Session Id and making API Call Out. File -> New -> Apex Class -> Name it "ApiCallLightningComponent" -> OK. Use below code for the ...