BBLANG
Last updated
Last updated
Backbench currently supports BBLANG v1.0.0.
As backench is a with integrated . BBLANG functions (public ones) can be mapped directly with API endpoints.
Functions can be of two types - Public, Private. Difference exist here that public are accessible to APIs while other is not.
Standard libaries shipped with BBLANG .
To learn more about BBLANG visit .
Create a module on backbench and paste the code.
Now, go to endpoints section, click on plus button - choose relative URI for API and then in dropdown select hello:world.
Open curl and browser, hit on the the API. You will see a "Halo".