python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Writing unit tests for tapir endpoints (API Layer) in scala
I have created tapir endpoints in scala, where the architecture of the project is such that API layer calls service layer and service layer calls repo layer.
I have written unit tests for service and ...
Ronak Katta
Votes: 0
Answers: 1
How to make an Scala Enumeration implement a Trait without modifying the original Enum?
I'm toying with Scala for the first time so bear with me. Also using tapir to declare an API, where I'm having issues providing a Schema for an enum.
I have a bunch of enums defined that are part of m...

Gabriel Piffaretti
Votes: 0
Answers: 1