Skip to content

cmilheim/albums

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

RESTful Web Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages