Skip to content

Repository files navigation

address-gateway

address-gateway provides api-platform access to address-lookup and address-reputation services.

address-lookup

sequenceDiagram
address-gateway->>address-lookup: /lookup <postcode>
address-lookup->>address-search-api: /lookup <postcode>
address-search-api-->>address-lookup: response [address]
address-lookup-->>address-gateway: response [address]
Loading

address-reputation/cache

sequenceDiagram
address-gateway->>address-reputation: /cache <address, caseId>
address-reputation->>address-insights: /cache <address, caseId>
address-insights-->>address-reputation: no-content response
address-reputation-->>address-gateway: no-content response
Loading

address-reputation/reputation/sa-reg

sequenceDiagram
address-gateway->>address-reputation: /reputation/sa-reg <address>
address-reputation->>address-insights: /insights <postcode>
address-insights-->>address-reputation: response <address-insights>
address-reputation-->>address-gateway: response <address-reputation>
Loading

License

This code is open source software licensed under the Apache 2.0 License.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages