lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.11k stars 123 forks source link

Standardize on HTTPS over HTTP #131

Closed lukasschwab closed 1 year ago

lukasschwab commented 1 year ago

Description

Route requests via HTTPS rather than HTTP.

Per #129, both seem flaky but HTTPS seems generally more stable. Observed:

Breaking changes

List any changes that break the API usage supported on master.

None.

Relevant issues

List GitHub issues relevant to this change.

Extends #128.

Checklist