Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Quick "rerelease" as 1.1b

Download: https://github.com/EkBass/BazzBasic/releases/tag/BazzBasic_1.1b

- I forgot to update version from source. - Now done

- I forgot to update syntax files for Notepad++, VS Code, Geany and built-in IDE - Now done

- Headers "support" not documented - Now done

  

[code lang='BazzBasic']

HTTPGET(url$)                           ' works as before

HTTPGET(url$, headers$)         ' new, optional

HTTPPOST(url$, body$)                       ' works as before

HTTPPOST(url$, body$, headers$)     ' new, optional

[/code]

See OpenAI API example: https://github.com/EkBass/BazzBasic/blob/main/Examples/OpenAI_request.bas for more.