Skip to content

wbavon/devharness-testbed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devharness-testbed

A simple Go web API for testing DevHarness integration workflows.

Endpoints

Method Path Description
GET /health Health check
GET /api/items List all items
POST /api/items Create an item
GET /api/items/{id} Get item by ID
PUT /api/items/{id} Update item
DELETE /api/items/{id} Delete item

Running

go run main.go
# Server starts on :8080

Testing

go test -v ./...

Environment Variables

Variable Default Description
PORT 8080 HTTP listen port

About

Test repository for DevHarness integration testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages