Skip to content

Commit 8c6b474

Browse files
committed
update docstring
Updates get_request_data docstring to make it accurate.
1 parent df3d3c1 commit 8c6b474

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

process_request/routines.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,16 @@ def __init__(self):
189189
}
190190

191191
def get_request_data(self, request_type, baseurl, **kwargs):
192-
"""Delivers request to Aeon.
192+
"""Gets object data from ArchivesSpace and formats it for reading rooom
193+
or duplication requests in Aeon.
193194
194195
Args:
195196
request_type (str): string indicating whether the request is for the
196197
readingroom or duplication.
198+
baseurl (str): Base url for an ArchivesSpace instance.
197199
198200
Returns:
199-
dict: Request data.
201+
dict: Request data formatted for Aeon.
200202
201203
Raise:
202204
ValueError: if request_type is not readingroom or duplicate.

0 commit comments

Comments
 (0)