- changed status to resolved
Issue #25
resolved
Now that the OAI-PMH supports deleted records, it would be nice to get the deleted record count as output.
Also since CESSDA uses authentication in front of their development instance, it would be good to support basic-auth. Tornado supports it out-of-the-box, so implementing it requires only to read command line arguments and pass them to tornado’s client.
Comments (2)
-
reporter -
reporter Merged in feature/25-list-records-deleted-records-count (pull request #7)
list_records.py: Output deleted records count and support basic auth
Add support for HTTP Basic Authentication to list_records.py.
Print out deleted records count in list_records.py.
Add changelog item to 1.0.0 entry.
Fix issue
#25at Bitbucket.→ <<cset 12cb763c7e7b>>
- Log in to comment
list_records.py: Output deleted records count and support basic auth
Add support for HTTP Basic Authentication to list_records.py.
Print out deleted records count in list_records.py.
Add changelog item to 1.0.0 entry.
Fix issue
#25at Bitbucket.→ <<cset 38f03fbecca1>>