Gopher API - Basic API
First version of the API, created for the next article
With only 2 endpoints:
Fetch all gophers
GET /gophers
Fetch a gopher by ID
GET /gophers/{gopher_id}
First version of the API, created for the next article
With only 2 endpoints:
Fetch all gophers
GET /gophers
Fetch a gopher by ID
GET /gophers/{gopher_id}