Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ There are currently two supporting modules:
The api-implementations are inside modules, producing jar-files and oci-containers according to the definitions in the [parent-pom](pom.xml).
Current api-implementations:
- [party-management-api](party) - implementation of the party-management-api
- [customer-management-api](customer) - implementation of the customer-management-api
- [customer-bill-management-api](customer-bill) - implementation of the customer-bill-management-api

The project also contains 2 non-module folders:
- [api](api) - contains the [OpenApi-Specifications](https://spec.openapis.org/oas/v3.1.0) used by the project. Beside the TMForum-Apis it also contains the specification of the NGSI-LD API.
Expand Down
Loading