list_records: deleted count & basic auth -support

Issue #25 resolved
Toni Sissala created an issue

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)

  1. Toni Sissala reporter

    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 #25 at Bitbucket.

    → <<cset 38f03fbecca1>>

  2. Toni Sissala 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 #25 at Bitbucket.

    → <<cset 12cb763c7e7b>>

  3. Log in to comment