Skip to content

Follow principles of good REST design in API #75

Description

@mvsjober

https://codeplanet.io/principles-good-restful-api-design/

For example use POST for adding new item, and PUT for updating existing one. Right now POST are used for both.

Standardise to plural form for endpoints. E.g. POST /profiles, GET /profiles/{id}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions