API Call from Office Scripts

Поделиться
HTML-код
  • Опубликовано: 22 июл 2024
  • Web page: github.com/sumurthy/officescr...
    Content
    0:00 Intro
    2:40 Scenario and API reference
    5:16 Scripting
    15:55 Results and conclusion

Комментарии • 7

  • @tenisviejos
    @tenisviejos 2 года назад +3

    Thanks for the video, Sudhi. External APIs support on Office Scripts opens up so many possibilities!. Also, thanks for sharing your code in github. It's a life saver.

  • @johnfromireland7551
    @johnfromireland7551 3 года назад +1

    Great! With the Fetch function a new world is open to Office Scripts!

    • @s65012r
      @s65012r  3 года назад

      Thanks John.. yeah, it is quite amazing when it can used. But one has to also look at the limitations I mention in this context. Thanks for watching.

    • @johnfromireland7551
      @johnfromireland7551 3 года назад +1

      @@s65012r Yes, the REST API's that provide the data need to be publicly available. Also, on the positive side, it makes things easier when writing the script not to have to worry about authentication etc.

  • @Otommynorth
    @Otommynorth Год назад +1

    and how to build one with POST request ?

  • @SocialTrish
    @SocialTrish Год назад

    @s65012r, thank you for the wonderful video. One quick question though, do Office Scripts allow to connect to APIs hosted on intranet(requires VPN)?