Skip to content

cloudnativego/backing-fulfillment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wercker status

Fulfillment Service

This is the fulfillment service that is used as part of the backing services chapter.

This application's dependencies are glide managed. Once you clone this repo:

  • glide install - Fetches dependencies and populates the vendor/ directory.
  • go build - Creates the application binary, honoring the locally-vendored dependencies from the vendor directory.
  • Run the application. By default, it will start on port 3001, the port on which the default local copy of the Catalog Service runs.

Service API

This is a fake service, so it has no real data. It just returns manufactured payloads based on what you supply.

Resource Method Description
skus/{sku} GET Fabricates a stock quantity and shipping time for an arbitrary SKU. This SKU can be any string

About

Fulfillment Service for the Backing Services Chapter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages