trustbit / Contexture

Wizard for the Bounded-Context-Canvas
MIT License
131 stars 12 forks source link

Provide an API for accessing BoundedContexts and Domains #45

Closed Nagelfar closed 1 year ago

Nagelfar commented 4 years ago

In some situation you want to use data gathered in Contexture in 3rd party tools.

E.g. you want to verify & apply names of domains / bounded contexts to 'labels' of tools. (E.g. in monitoring tools attach a label named after the bounded-context to the log. In Kubernetes name a namespace after a domain;)

Potential API endpoints:

Nagelfar commented 3 years ago

Currently an backend API exists with these main entry points and sub-routes (currently only documented as part of the routing configuration):

These endpoints could be extended into a more REST-full API containing REL-links and possible actions for resources.