Alexander Miertsch

Results 55 comments of Alexander Miertsch

@sandrokeil looks like the recipes are called "pack", see httplug-pack

@UFOMelkor @gquemener > Perhaps pdo-event-sourcing-pack is a better name? Ok so better two packs instead of one? - prooph/pdo-event-sourcing-pack - prooph/service-bus-pack ?

Second option: displaying a message sounds good But I'm not an expert in this area. Hopefully @UFOMelkor can say more

> what out-of-the-box configuration would improve DX I've put a lot of thoughts into this question lately and started to work on a beginner friendly ready-to-use package called Event Machine...

Maybe it is also possible to generate a postman collection

check: https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/

@camuthig took a look at swagger but it cannot be used for a single http messagebox endpoint like `https://my.service.com/api/messagebox` Having said this the idea was to build our own UI...

The sample looks great! I think we're on the right track. Can you list the tasks needed to add swagger support to event machine? > It can be a bit...

The master branch of event-machine-skeleton contains Swagger/OpenAPI support: - it uses `rm_graphql` branch of event machine - GraphQL endpoint is removed - `/api/messagebox-schema` returns the OpenAPI v3 schema - Swagger...