Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 286 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 286 Bytes

albums

RESTful Web Service

Starting RESTful Web Service

  • Run: go run . from the application directory

Retrieving Data

  • Retrieve all album records: curl http://localhost:8080/albums
  • Retrieve album by ID: curl http://localhost:8080/albums/<x> where x is the album ID