Skip to content

Gopher API - Basic API

Choose a tag to compare

@aperezg aperezg released this 21 Feb 08:56
· 64 commits to master since this release

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}