How do you connect a API to godot with gdsript?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By DarthPapalo666

I want to use the google spreadsheets API in Godot, but I don’t know how to use it with gdscript. I’m new to APIs in general.

I never did (and honestly cannot imagine a situation I would), but have you checked out this question and this asset?

njamster | 2020-02-25 12:12

I have made an api node plugin for this if you still want it i can send you link to the
plugin file

RBdev | 2020-12-20 17:17

:bust_in_silhouette: Reply From: 1shevelov

Start with this simplest Godot REST API tutorial: https://github.com/nyenye/godot-docs/blob/making_calls_to_rest_api/tutorials/networking/making_calls_to_a_rest_api.rst
It contains only 3 lines of code

Next could be something like Google Sheets API Guide: Ringkasan Google Sheets API  |  Google for Developers