Categorygithub.com/ctrenfro/Chirpy
repositorypackage
0.0.0-20240520183414-e7d6afbe1941
Repository: https://github.com/ctrenfro/chirpy.git
Documentation: pkg.go.dev

# README

Chirpy

User resource

{
  "id": "0159b39d-4e28-b19b-198b3ceea0dd",
  "email": "[email protected]",
  "age": 11
}

GET /v1/users

Returns an array of users.

POST /v1/users

Request body:

{
  "email": "[email protected]",
  "age": 11
}

Response body:

{
  "id": "0159b39d-4e28-b19b-198b3ceea0dd",
  "email": "[email protected]",
  "age": 11
}