HTTP Object: Revision history

From Data Islands

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 May 2025

26 May 2025

25 May 2025

  • curprev 15:3615:36, 25 May 2025WikiSysopdi talk contribs 470 bytes +470 Created page with "The HTTP object is used to make HTTP requests to variosu web api's. Examples: Consuming a weather api<blockquote>jint di var req = HTTP(); req.Url="<nowiki>https://api.open-meteo.com/v1/forecast?latitude=52.52&longitude=13.405&hourly=temperature_2m</nowiki>"; req.Method="GET"; var response = req.Send(); var json = response.JSON; //REM show the full response di.display(response.body); //REM show part of the respone di.display(json.latitude);</blockquote>" Tag: Visual edit