Page MenuHomePhabricator

Harmonise Session Storage API and RESTBagOfStuff
Closed, ResolvedPublic

Description

Looking over the Session Storage API and the RESTBagOfStuff driver within MediaWiki. I noticed there's a discrepancy; the RFC uses GET/POST/DELETE, while the PHP class uses GET/PUT/DELETE.

Otherwise, they seem very close. We either need to harmonize these interfaces or decide to build a new one.