Skip to content

Commit 7dd6543

Browse files
committed
add kwargs docstring
Adds some info about the kwargs keywords.
1 parent 8c6b474 commit 7dd6543

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

process_request/routines.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ def get_request_data(self, request_type, baseurl, **kwargs):
196196
request_type (str): string indicating whether the request is for the
197197
readingroom or duplication.
198198
baseurl (str): Base url for an ArchivesSpace instance.
199+
**kwargs (dict): Includes varying Aeon request information depending
200+
on the type of request. Also includes the below specified keys.
201+
items (list): A list of ArchivesSpace archival object URIs.
199202
200203
Returns:
201204
dict: Request data formatted for Aeon.

0 commit comments

Comments
 (0)