REST APIs: Separation of Concerns
Go in 5 Minutes, episode 11.
This screencast discusses how to structure a REST API server in Go. It outlines the important concepts and provides real, working code.
See BUILD_AND_TEST.md for instructions on how to build and test this code.
Screencast video:
https://goin5minutes.com/screencast/episode_11_json_apis/
Happy New Year!
2015 marks the year that this screencast started, and the year that I began writing Go seriously. It was a great year for me and I hope it was for you too. I want to welcome everyone to 2016, and I'm looking forward to bringing you great screencasts throughout the year!
Outline
- REST API Overview
- JSON
- HTTP verbs
- DB storage
- Structured data
- Package structure
- Example
- Questions? Submit them at https://github.com/arschles/go-in-5-minutes/issues