This project is generated example for sbt-zio-codegen project: https://github.com/nomadicdevops/sbt-zio-codegen
API Definitions are located here https://github.com/nomadicdevops/azio/tree/master/src/main/resources
After running sbt zioCodeGen
, generated code is located here:
-
Generated code which does not require further intervention: https://github.com/nomadicdevops/azio/tree/master/src/main/scala/com/example/zio/generated
-
Generated code which needs business logic implementation, depicted by
???
marks: https://github.com/nomadicdevops/azio/tree/master/src/main/scala/com/example/zio/impl -
Generated Mocks, Stubs, Property-based Tests for Mocks, Scalacheck Generators and Helpers: https://github.com/nomadicdevops/azio/tree/master/src/test/scala/com/example/zio/generated