Skip to content

Kaapi v1.0: Endpoint Consistency #561

@AkhileshNegi

Description

@AkhileshNegi

Is your feature request related to a problem?

API endpoints currently end with trailing / (e.g., /users/, /projects/). While there's no universal standard, inconsistency in URL
patterns creates confusion and can cause issues with client implementations.

Describe the solution you'd like

Remove trailing / from all API endpoints for consistency across the product.

/users/ → /users
/projects/ → /projects
/collections/ → /collections

We had discussion internally and decided to standardize on no trailing slashes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions