We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5894329 commit 5d1084eCopy full SHA for 5d1084e
1 file changed
src/re3data/_response.py
@@ -6,8 +6,8 @@
6
7
Functions:
8
_build_response: Build a response object from an HTTP response.
9
- _parse_repository_response:
10
- _parse_repositories_response:
+ _parse_repository_response: Parse the response from the re3data API into a Repository object.
+ _parse_repositories_response: Parse the response from the re3data API into a list of RepositorySummary objects.
11
12
Classes:
13
Response: A response received from the re3data API, encapsulating the HTTP response.
0 commit comments