API Demo

Explore real API endpoints generated by GlyphLang. All endpoints below are live and powered by our demo backend.

Endpoints

Request

GET /api/demo/hello/:name

Parameters

name world

Response

--- ---
Click "Send Request" to see the response...

GlyphLang Source

This endpoint was generated from:
@ GET /hello/:name
  $ greeting = "Hello, " + name + "!"
  > {message: greeting}