Skip to content

standardize rest api #9

@brianrahadi

Description

@brianrahadi

Key Issues with Your Current API:

Too many specialized endpoints - Creates maintenance overhead
Inconsistent patterns - Makes it hard for developers to predict URLs
Missing resource hierarchy - Doesn't show relationships between entities
Inflexible filtering - Need new endpoints for each filter combination

Quick Win Improvements:

Consolidate similar endpoints using query parameters
Use consistent resource naming (plural nouns)
Show resource relationships in URL structure
Add standard CRUD operations for each resource

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