File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -189,14 +189,19 @@ def __init__(self):
189
189
}
190
190
191
191
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.
193
194
194
195
Args:
195
196
request_type (str): string indicating whether the request is for the
196
197
readingroom or duplication.
198
+ 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.
197
202
198
203
Returns:
199
- dict: Request data.
204
+ dict: Request data formatted for Aeon .
200
205
201
206
Raise:
202
207
ValueError: if request_type is not readingroom or duplicate.
You can’t perform that action at this time.
0 commit comments