it-at-m / digiwf-address-service-integration

DigiWF integration starter for LHM address service
MIT License
2 stars 0 forks source link

Initial implementation #1

Closed boal closed 2 years ago

boal commented 2 years ago

Initial implementation according to https://github.com/it-at-m/digiwf-ok.ewo-integration

https://address-service-test.muenchen.de/api-docs

Each REST endpoint should be provided as an Kafka listener within the integration service.

boal commented 2 years ago

Still TODO.

Some initial implementation is already done.

boal commented 2 years ago

Note:

No authentication is needed within the integration component, because the rest service which is called is not authenticated. It is a free service.

boal commented 2 years ago

Todo:

Servicelogic, starter and image-service are implemented.

Implementation of unit tests is still open