trailblazer / trailblazer-endpoint

Generic HTTP endpoints to deal with different results from your operations.
22 stars 19 forks source link

The endpoint handles custom cases and the other cases can be handled … #10

Open orbanbotond opened 5 years ago

orbanbotond commented 5 years ago

The endpoints can handle totally custom cases! Because in the current situation the dry-matcher requires to have enlisted all the cases. With the above config we can omit what we don't want!

Here is the usage: https://github.com/orbanbotond/hanami-guides/blob/master/apps/api/controllers/stories/create.rb

@apotonick see above!