User:LesOrchard/BandwagonAPI: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 143: Line 143:
** Content-Type: <tt>application/x-www-form-urlencoded</tt>
** Content-Type: <tt>application/x-www-form-urlencoded</tt>
** Parameters:
** Parameters:
*** <tt>title</tt> - human readable title for the collection
*** <tt>name</tt> - human readable name for the collection
*** <tt>is_public</tt> - whether the collection should be listed in the directory (<tt>1</tt>) or not (<tt>0</tt>)
*** <tt>description</tt> - human readable longer description for the collection
*** <tt>nickname</tt> - unique nickname for collection usable in URLs
*** <tt>listed</tt> - whether the collection should be listed in the directory (<tt>1</tt>) or not (<tt>0</tt>)


* Response  
* Response  
Line 236: Line 238:
             <collection  
             <collection  
                 href="collections/98404f20-f2e0-11dd-9121-3307c31c9566"  
                 href="collections/98404f20-f2e0-11dd-9121-3307c31c9566"  
                 title="My Laptop Addons"
                 name="My Laptop Addons"
                description="Longer description yay"
                 creator="lorchard@mozilla.com"
                 creator="lorchard@mozilla.com"
                 writable="yes" subscribed="yes"  
                 writable="yes" subscribed="yes"  
Line 242: Line 245:
             <collection  
             <collection  
                 href="collections/9f534614-f2e5-11dd-a55a-2bd072fc4ff4"
                 href="collections/9f534614-f2e5-11dd-a55a-2bd072fc4ff4"
                 title="Joe's Blogging Addons"
                 name="Joe's Blogging Addons"
                description="Longer description yay"
                 creator="joe@example.com"
                 creator="joe@example.com"
                 writable="no" subscribed="yes"  
                 writable="no" subscribed="yes"  
Line 248: Line 252:
             <collection  
             <collection  
                 href="collections/9f534614-f2e5-11dd-a55a-2bd072fc4ff4"
                 href="collections/9f534614-f2e5-11dd-a55a-2bd072fc4ff4"
                 title="Invisible Addon Collection"
                 name="Invisible Addon Collection"
                description="Longer description yay"
                 creator="lorchard@mozilla.com"
                 creator="lorchard@mozilla.com"
                 writable="yes" subscribed="no"  
                 writable="yes" subscribed="no"  
Line 263: Line 268:
             xml:base="http://addons.mozilla.org/api/1.3/sharing/">
             xml:base="http://addons.mozilla.org/api/1.3/sharing/">
             href="collections/98404f20-f2e0-11dd-9121-3307c31c9566"  
             href="collections/98404f20-f2e0-11dd-9121-3307c31c9566"  
             title="My Laptop Addons"
             name="My Laptop Addons"
            description="Longer description yay"
             writable="yes" subscribed="yes"  
             writable="yes" subscribed="yes"  
             lastmodified="2009-01-04T00:10:00Z">
             lastmodified="2009-01-04T00:10:00Z">
Confirmed users
920

edits

Navigation menu