»Coffees

Type: hashicups-coffees

The coffees data source is used to fetch all the coffees ids existent in the Hashicups menu.

»Required

  • username (string) - The username signed up to the Product API.
  • password (string) - The password signed up to the Product API.

»Optional

  • host (string) - The Product API host. Defaults to localhost:19090

»OutPut

  • map (map[string]string) - A map of coffee name to coffee id.

»Example Usage