|
Methods defined here:
- __init__(self)
- get = method(self, **kwargs)
- Returns the specified submission within the specified series.
Args:
lang: string, The language code for the language the client prefers resuls in.
seriesId: integer, The decimal ID of the Series. (required)
includeVotes: boolean, Specifies whether to include the current user's vote
submissionId: integer, The decimal ID of the Submission within the Series. (required)
- insert = method(self, **kwargs)
- Inserts a new submission in the specified topic within the specified series.
Args:
seriesId: integer, The decimal ID of the Series. (required)
topicId: integer, The decimal ID of the Topic within the Series. (required)
body: object, The request body. (required)
anonymous: boolean, Set to true to mark the new submission as anonymous.
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|