Gleam Developer Survey

gleam run # Here we go!

API

Save an entry

POST http://localhost:3000/entry HTTP/1.1
content-type: application/json

{
  "name": "Lucy",
  "other-fields": "go here"
}