Skip to content

Move to single endpoints #22

Description

@JKetelaar

Yes, we've had some bad coding; creating, editing or gathering an entity all has their own endpoints, this should be merged into one with method types.

Current example:

[GET] /api/entity/get
[POST] /api/entity/create
[POST] /api/entity/update
[POST] /api/entity/delete

Should be:

[GET] /api/entity
[POST] /api/entity
[PUT] /api/enity
[DELETE] /api/enity

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions