Kaperstone / mogilefs

Automatically exported from code.google.com/p/mogilefs
0 stars 0 forks source link

MogileFS REST api #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Would be cool to have a generic REST api for MogileFS tracker with JSON 
input/output, including support for login credentials.

Something along the lines of:

GET /{KEY}
GET /{KEY}/info
GET /domain
GET /class
GET /listkeys?prefix=axc&after=123&limit=1

POST /domain {"domain":"mydomain"}
POST /class {"domain":"myclass"}
POST /{DOMAIN}/{CLASS}/{KEY}

PUT /{KEY} {"rename":"newname"}
PUT /class/{CLASS} {"mindevcount":"3"}

Original issue reported on code.google.com by jon.skar...@gmail.com on 22 Nov 2011 at 7:28

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/mogilefs/wiki/Roadmap#Full_featured_perlbal_plugin I 
should probably rewrite that to say it will be a full REST service.

So yeah... on the list :)

Original comment by dorma...@rydia.net on 22 Nov 2011 at 8:09

GoogleCodeExporter commented 8 years ago
https://metacpan.org/release/MogileFS-REST

linking this here for reference, as well.

Original comment by dorma...@rydia.net on 4 Aug 2012 at 12:21