8000 GitHub - cloudnativego/backing-catalog: Catalog service for the Backing Services Chapter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cloudnativego/backing-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wercker status

Backing Catalog Service

Fake catalog service for the Backing Services chapter.

To build and run:

  • Do a glide install to fetch all of the dependencies from the glide.lock file and put them in the vendor/ directory.
  • go build to build the executable honoring the new vendor directory.
  • Run the application. Make sure that the fulfillment service is also running, otherwise requests for individual SKU details will fail.

Service API

Resource Method Description
/catalog GET Retrieves a summary of catalog items
/catalog/{sku} GET Retrieves details for an individual catalog item. This will invoke the fulfillment backing service

About

Catalog service for the Backing Services Chapter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0