Skip to content

Tags: braman09/client-python

Tags

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pass RESTClient a timeout in seconds (polygon-io#41)

This will throw a `requests.ConnectTimeout` if the timeout is passed before the server responds. I believe the default amount of retries is 3, but I haven't checked.

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore[setup.py]: Relax install_requires (polygon-io#38)

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make RESTful client a context manager and update example code (polygo…

…n-io#37)

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add better anchor name for readme (polygon-io#27)

* add better anchor name for readme

* pr feedback

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update readme fix links add badge (polygon-io#25)

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update pypl description and add classifiers (polygon-io#24)

v0.1.3_ignore

Toggle v0.1.3_ignore's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update pypl description and add classifiers (polygon-io#24)

v0.1.3.ignore

Toggle v0.1.3.ignore's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update pypl description and add classifiers (polygon-io#24)

v0.1.3-ignore

Toggle v0.1.3-ignore's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update pypl description and add classifiers (polygon-io#24)

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adding requests as a dep for install (polygon-io#18)

* adding requests as a dep for install

* remove CI for PR until we have something to check