Difference between revisions of "Preware REST Interface"
Jump to navigation
Jump to search
PuffTheMagic (talk | contribs) (New page: <baseurl>/feed) |
PuffTheMagic (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <baseurl>/feed | + | THIS IS A WORK IN PROGRESS, JUST A PLACE FOR ME TO BRAINSTORM |
+ | [[User:PuffTheMagic|PuffTheMagic]] 17:24, 7 August 2009 (UTC) | ||
+ | |||
+ | <br> | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | |<baseurl>/feed | ||
+ | |The base of all services | ||
+ | |- | ||
+ | |<baseurl>/feed/Packages | ||
+ | |The standard ipkg feed | ||
+ | |- | ||
+ | |<baseurl>/feed/pkgs | ||
+ | |A newline (\n) delimited list of reverse dns 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 | ||
+ | |- | ||
+ | |<baseurl>/feed/pkgs/<pid>/<vid>/ipk | ||
+ | |The actual package file | ||
+ | |- | ||
+ | |<baseurl>/feed/pkgs/<pid>/<vid>/deps | ||
+ | |Dependencies of a particular version | ||
+ | |- | ||
+ | |<baseurl>/feed/pkgs/<pid>/<vid>/conflicts | ||
+ | |Conflicts of a particular version | ||
+ | |} |
Latest revision as of 20:00, 7 August 2009
THIS IS A WORK IN PROGRESS, JUST A PLACE FOR ME TO BRAINSTORM PuffTheMagic 17:24, 7 August 2009 (UTC)
<baseurl>/feed | The base of all services |
<baseurl>/feed/Packages | The standard ipkg feed |
<baseurl>/feed/pkgs | A newline (\n) delimited list of reverse dns 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 |
<baseurl>/feed/pkgs/<pid>/<vid>/ipk | The actual package file |
<baseurl>/feed/pkgs/<pid>/<vid>/deps | Dependencies of a particular version |
<baseurl>/feed/pkgs/<pid>/<vid>/conflicts | Conflicts of a particular version |