summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-proto/src
AgeCommit message (Collapse)Author
2022-04-04feat(web/proto): Design unified communication protocolFabian Mastenbroek
This change adds a unified communication protocol in form of the module opendc-web-proto which contains the classes that form the communication protocol of OpenDC's API v2. By having the protocol in a separate module, we can utilize the classes in both server and client.