Joe Gregorio | afc45f2 | 2011-02-20 16:11:28 -0500 | [diff] [blame^] | 1 | |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| 3 | <html><head><title>Python: class Resource</title> |
| 4 | </head><body bgcolor="#f0f0f8"> |
| 5 | <p> |
| 6 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 7 | <tr bgcolor="#ffc8d8"> |
| 8 | <td colspan=3 valign=bottom> <br> |
| 9 | <font color="#000000" face="helvetica, arial"><a name="Resource">class <strong>Resource</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> |
| 10 | |
| 11 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 12 | <td colspan=2><tt>A class for interacting with a resource.<br> </tt></td></tr> |
| 13 | <tr><td> </td> |
| 14 | <td width="100%">Methods defined here:<br> |
| 15 | <dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl> |
| 16 | |
| 17 | <dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br> |
| 18 | <br> |
| 19 | Args:<br> |
| 20 | seriesId: The decimal ID of the Series. (required)<br> |
| 21 | parentSubmissionId: The decimal ID of the parent Submission within the Series. (required)<br> |
| 22 | body: The request body.<br> |
| 23 | anonymous: Set to true to mark the new submission as anonymous.<br> |
| 24 | topicId: The decimal ID of the Topic within the Series. (required)</tt></dd></dl> |
| 25 | |
| 26 | <dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br> |
| 27 | <br> |
| 28 | Args:<br> |
| 29 | sort: Sort order.<br> |
| 30 | seriesId: The decimal ID of the Series. (required)<br> |
| 31 | author: Restricts the results to submissions by a specific author.<br> |
| 32 | submissionId: The decimal ID of the Submission within the Series. (required)<br> |
| 33 | q: Search query.<br> |
| 34 | max_results: Maximum number of results to return.<br> |
| 35 | hasAttachedVideo: Specifies whether to restrict to submissions that have videos attached.<br> |
| 36 | start_index: Index of the first result to be retrieved.</tt></dd></dl> |
| 37 | |
| 38 | <hr> |
| 39 | Data descriptors defined here:<br> |
| 40 | <dl><dt><strong>__dict__</strong></dt> |
| 41 | <dd><tt>dictionary for instance variables (if defined)</tt></dd> |
| 42 | </dl> |
| 43 | <dl><dt><strong>__weakref__</strong></dt> |
| 44 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 45 | </dl> |
| 46 | </td></tr></table> |
| 47 | </body></html> |