Call external API (Callouts) in LWC without Apex | Salesforce | Force Fellow

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 13

  • @mohanr310
    @mohanr310 Рік тому

    how can I do this programatically, since my app will be published in the salesforce app exchange and will be installed by any user and I can't go and set the remote site settings there

  • @darshitpathak3437
    @darshitpathak3437 Рік тому +1

    nice video. What if the API requires authentication ? how to get access token and pass to main endpoint callout when using fetch API?

  • @nehajamdade2983
    @nehajamdade2983 2 роки тому +1

    So is it that for lwc callouts we add the api url in csp and for apex callouts we add it in remote site settings?
    Can you explain a bit about these?

  • @godvskong2367
    @godvskong2367 2 роки тому +1

    👍👍👍👍👍

  • @deethyaworld
    @deethyaworld Рік тому

    Sir ...i need your help in getting end to end training..

    • @forcefellow
      @forcefellow  Рік тому

      Hi Venu,
      As of now I am not providing any in-person training but still you can connect me over below mail Id for any questions or query
      forcefellow@gmail.com

  • @shaikrehaman6774
    @shaikrehaman6774 Рік тому

    Hi Google Place API autocomplete using LWC component without Apex class.can you please provide.

    • @forcefellow
      @forcefellow  Рік тому

      Hi Rehaman,
      We can call any API using fetch method in LWC. If you are facing any challenge then share details on below mail-
      forcefellow@gmail.com

  • @himadripaul7332
    @himadripaul7332 Рік тому

    Please make a video ... How to display rest api data in lwc using apex class

    • @forcefellow
      @forcefellow  Рік тому

      Sure, in coming videos will cover that part too.

  • @cromnomnom
    @cromnomnom Рік тому

    The big advantage I see is to bypass the HttpRequest size limit in APEX