ApiCenter
ApiCenter copied to clipboard
A repository for all your API specifications
Signed-off-by: Fabian Winter
Extend the Authentication mechanism with an OAuth2 implementation. This authentication method should be exclusively configurable (i.e. only one authentication method can be active).
Add ArchUnit Tests for basic arch rules
As a dev I want to persist my decisions so that other developers are able to understand why I have made certain steps. As a developer I want to have...
Based on #12, a visualization should be possible. The easiest is to graphically show consuming and consumed artifacts for one service. However, we could think about visualizing the whole microservice...
If ApiCenter is used to manage relationships between services (#12), then it should also be able to work with artifacts that only consume APIs but do not offer one themselves...
As a developer of a service whose spec is hosted in ApiCenter, I'd like to receive notifications for events - for example, if one of my dependencies updates its spec...
As the developer of one microservice in a fleet of others, I'd like some tool that can keep track of dependencies between our services. For example, I would like to...