Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testscenario /core/no-trailing-slash #630

Open
dvh opened this issue Oct 24, 2024 · 0 comments
Open

Testscenario /core/no-trailing-slash #630

dvh opened this issue Oct 24, 2024 · 0 comments
Assignees
Labels
Status: proposal proposal for change, to be discussed in wg STD: ADR Standaard: API Design Rules WG: Normatieve rules issues regarding the normative part of the API design rules
Milestone

Comments

@dvh
Copy link
Collaborator

dvh commented Oct 24, 2024

"How to test" gaat uit van enkel GET requests. Dit kan, zolang de provider dit zelf test, veranderd worden naar alle requests. Het geldt immers ook voor andere methods. Sommige API gateways behandelen routes die niet in de OAS staan als buiten scope van de API; hoogstwaarschijnlijk wordt er dan een 404 teruggegeven, maar misschien is een redirect wel een instelling binnen de gateway. Omdat de automatische test op runtime alleen GET requests (zonder authenticatie) kunnen testen, is dit niet voldoende en zal "How to test" een handmatige test moeten zijn.

De automatische test van de ADR validator kan op basis van OAS automatisch wél alle paden checken op de aanwezigheid van een trailing slash. Andere voorbeelden die deze design rule hanteren valideren dit ook aan de hand van OAS: https://quobix.com/vacuum/rules/operations/path-keys-no-trailing-slash/

Zie ook #628

@mrtn78 mrtn78 added this to the ADR v2.0.1 milestone Nov 8, 2024
mrtn78 added a commit to Logius-standaarden/API-Design-Rules that referenced this issue Nov 26, 2024
@mrtn78 mrtn78 self-assigned this Nov 26, 2024
@mrtn78 mrtn78 added WG: Normatieve rules issues regarding the normative part of the API design rules Status: proposal proposal for change, to be discussed in wg STD: ADR Standaard: API Design Rules labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: proposal proposal for change, to be discussed in wg STD: ADR Standaard: API Design Rules WG: Normatieve rules issues regarding the normative part of the API design rules
Projects
None yet
Development

No branches or pull requests

2 participants