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 #1

Updated by oholecek about 9 years ago

  • Status changed from New to In Progress
  • Assignee set to oholecek
Actions #2

Updated by oholecek about 9 years ago

  • Status changed from In Progress to Resolved
  • Target version set to Sprint 16
Actions

Also available in: Atom PDF