Preware REST Interface

From WebOS Internals
Jump to navigation Jump to search

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