Closed LukeMoody01 closed 2 years ago
Description
As a developer, I would like to type my service methods format like -> 'String myMethod' instead of 'String/myMethod'.
Desired Solution
Instead of splitting at '/' we would need to split at ' '.
Additional Context
Very easy change :)
Done and in version 0.0.4 of service brick: https://brickhub.dev/bricks/service/0.0.4 🎉
Description
As a developer, I would like to type my service methods format like -> 'String myMethod' instead of 'String/myMethod'.
Desired Solution
Instead of splitting at '/' we would need to split at ' '.
Additional Context
Very easy change :)