Skip to content

Follow principles of good REST design in API #75

@mvsjober

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}

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