Project

General

Profile

Actions

action #6478

closed

Locks API is not proper RESTful API

Added by oholecek about 9 years ago. Updated about 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2015-02-27
Due date:
% Done:

0%

Estimated time:

Description

Locks API based upon GET requests is a bad idea, since in REST world GET should have no side effects (change nothing on server) and thus can be cached.

Better will be to use POST methods and for mutex_create separate create route.

Actions

Also available in: Atom PDF