You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 22 Nov 2011 at 7:28
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 22 Nov 2011 at 7:28The text was updated successfully, but these errors were encountered: