This is a demo to show how to use the BusinessLogicalBundle.
Please, feel free to explore the code.
In order to test the different endpoints, you can load some fixtures :bin/console doctrine:fixtures:load
URI | Method | Description |
---|---|---|
/users | GET | Get all users |
/users/christmas | PUT | Run the christmas rule |
/users/new_bettor | PUT | Run the new bettor rule |
You can import this file in postman.