Skip to content

Customizable API Endpoint Paths #23

@SandeepLakka

Description

@SandeepLakka

Is your feature request related to a problem? Please describe.
Mockify currently generates default API endpoint paths based on the model names (e.g., /api/User). This may not always match the desired API structure.

Describe the solution you'd like
Allow users to customize API endpoint paths, enabling them to:

Define custom endpoint names for each model (e.g., /api/v1/users or /api/custom-users).

Specify base paths and versioning for better API organization.

Describe alternatives you've considered
Manual modification of the endpoint paths in the backend code.

Additional context
Customizing paths will make Mockify better suited for testing and aligning with existing production API standards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions