We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3d3c1 commit 8c6b474Copy full SHA for 8c6b474
process_request/routines.py
@@ -189,14 +189,16 @@ def __init__(self):
189
}
190
191
def get_request_data(self, request_type, baseurl, **kwargs):
192
- """Delivers request to Aeon.
+ """Gets object data from ArchivesSpace and formats it for reading rooom
193
+ or duplication requests in Aeon.
194
195
Args:
196
request_type (str): string indicating whether the request is for the
197
readingroom or duplication.
198
+ baseurl (str): Base url for an ArchivesSpace instance.
199
200
Returns:
- dict: Request data.
201
+ dict: Request data formatted for Aeon.
202
203
Raise:
204
ValueError: if request_type is not readingroom or duplicate.
0 commit comments