From 5b5d9da82eee3d545774381f01bb75306fc4c79b Mon Sep 17 00:00:00 2001 From: D065023 Date: Mon, 23 Dec 2019 11:53:24 +0100 Subject: [PATCH] added eventing --- packages/bookshop/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/bookshop/README.md b/packages/bookshop/README.md index 6342e2b4..46bd8ad5 100644 --- a/packages/bookshop/README.md +++ b/packages/bookshop/README.md @@ -22,6 +22,7 @@ Just execute the following command in the `bookshop` folder. ``` cds run --in-memory --with-mocks ``` +You can emit an event by executing the first request in the file `req.http`. ## Running With an S/4HANA Backend Provide the credentials in the `cds.requires` section of the `package.json` file in the `bookshop` folder, e.g.