Skip to content

Redesign REST service to URL mapping #10

@demonfiddler

Description

@demonfiddler

The present service : URL mapping in openapi.yaml is sub-optimal and contains anti-patterns copied from the flawed OpenAPI PetStore example. For instance, REST best practice states that verbs should be reflected in the HTTP request type, not in request URI path segments or query parameters, but the present design does just that. These anti-patterns should be eliminated and replaced by best practice patterns.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions