WIP: OAS3: Add endpoint for validation
Man kann hier überlegen, ob für die Validierung eine Authentifizierung notwendig ist.
OAD3: Add endpoint for validation
d56f105147
Add AllEntitiesHandler stub
721b9dabef
Add SingleEntityHandler stub
3c2ba96e05
Add routing for entities handlers
683b4514e6
Add AuthenticatedHandler base class
c317949b41
Merge pull request 'API Spec' (#1) from oas3 into master
c317949b41
Merge pull request 'API Spec' (#1) from oas3 into master
e3630dcd08
Add endpoints for entities to OAS3
e3630dcd08
Add endpoints for entities to OAS3
4058e19cae
fixup! Add endpoints for entities to OAS3
e028873278
fixup! Add endpoints for entities to OAS3
c9dd3fbf4e
fixup! Add endpoints for entities to OAS3
3fa7b39965
Add endpoints for entities to OAS3
WIP: Webservice Endpoints
7901f31ff6
Add AllEntitiesHandler stub
3c89b5b33f
Add SingleEntityHandler stub
535d990a27
Add routing for entities handlers
a8c67ee477
Add AuthenticatedHandler base class
API Spec
Sollte jetzt behoben sein.
Vor dem merge muss noch ein Rebase mit fixup ausgeführt werden, wenn Du nichts weiter findest. Meine Änderungen siehst du in den !fixup Commits
e028873278
fixup! Add endpoints for entities to OAS3
c9dd3fbf4e
fixup! Add endpoints for entities to OAS3
API Spec
Mir ist vorhin noich aufgefallen, dass wir eine Suche mit Name ermöglichen sollten. Ansonsten wirds schwer, bis wir alle IDs auswendig gelernt haben :-)
Bis dahin ist das mit alle als summary und lookup machbar, denke ich.
Ja, das ist richtig.
Die Suche braucht dann aber auch einen Index etc - das würde ich tatsächlich in einen anderen Service tun.
WIP: API Spec
48799e9139
Merge branch 'boilerplate'
08da7a23f4
Add authentication
57c4a7767d
Adapt meta-data in OAS3
c5740c3ebc
Adapt service name in docker-compose
398a2140b6
Add boilerplate code