Skip to content

angelodipaolo/brewhapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brewhapi

A mock API server for fetching tasty brews.

Methods

GET /brews
POST /brews

{
  name: "A Delicious Brew"
  "style": "IPA",
  "brewery": {
    name: "Trashboat Brewing Company"
  }
}

About

Mock API server for fetching some tasty brew data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors