Skip to content

Commit

Permalink
Refactoring - added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Sep 26, 2023
1 parent d31f6b6 commit 3e2c447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/dspace_interface/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def api_post(self, url, params, data, retry=False, content_type='application/jso
"""
Perform a POST request. Refresh XSRF token if necessary.
POSTs are typically used to create objects.
@param content_type:
@param content_type: Type of the content, it is `JSON` by default
@param url: DSpace REST API URL
@param params: Any parameters to include (eg ?parent=abbc-....)
@param data: Data in json-ready form (dict) to send as
Expand Down

0 comments on commit 3e2c447

Please sign in to comment.