Releases: friendsofgo/gopherapi
Releases · friendsofgo/gopherapi
Release list
v0.3.3
v0.3.2
v0.3.1
v0.3.0
Integration with CircleCI
Merge pull request #4 from friendsofgo/config_circle_ci Add circleci configuration
Change package path
The package directory was wrong, and pointed to a route that was not correct.
We fix all the calls to wrong packages and fix the module name.
Changes:
github.com/friendsofgo/gopher-api to github.com/friendsofgo/gopherapi
Testing http handlers
On this release we've added a necessary tests for the current handlers.
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}