Difference between revisions of "Preware REST Interface"
Jump to navigation
Jump to search
PuffTheMagic (talk | contribs) |
PuffTheMagic (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | THIS IS A WORK IN PROGRESS, JUST A PLACE FOR ME TO BRAINSTORM | ||
+ | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- |
Revision as of 17:23, 7 August 2009
THIS IS A WORK IN PROGRESS, JUST A PLACE FOR ME TO BRAINSTORM
<baseurl>/feed | The base of all services |
<baseurl>/feed/Packages | The standard ipkg feed |
<baseurl>/feed/pkgs | A newline (\n) delimited list of package id's (<pid>) |
<baseurl>/feed/pkgs/<pid> | A standard ipkg format feed but for 1 package only |
<baseurl>/feed/pkgs/<pid>/description | Get the description of a particular package |
<baseurl>/feed/pkgs/<pid>/icon | Get the icon of a particular package |
<baseurl>/feed/pkgs/<pid>/versions | A newline (\n) delimited list of release versions (<vid>) |
<baseurl>/feed/pkgs/<pid>/<vid> | A newline (\n) delimited list of release versions |