Skip to content

Tags: sparkapi/spark_api

Tags

v1.6.3

Toggle v1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change ruby build step (#185)

1.6.2

Toggle 1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add reso versioning (#182)

* Add RESO versioning

We should be able to alter the version of the RESO Web API we are
hitting. This change should allow for that using the already existing
`version` configuration option. That option was initially spark-only
since the RESO Web API did not exist yet.

* Update CHANGELOG and VERSION

* Do not use default version for RESO Web API

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add reso versioning (#182)

* Add RESO versioning

We should be able to alter the version of the RESO Web API we are
hitting. This change should allow for that using the already existing
`version` configuration option. That option was initially spark-only
since the RESO Web API did not exist yet.

* Update CHANGELOG and VERSION

* Do not use default version for RESO Web API

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #181 from sparkapi/addressable

Name addressable gem as runtime dep

v1.5.7

Toggle v1.5.7's commit message
Fix a deep comparison issue in spec file

Not entirely sure what's going on here, but since this fixes the failure
I'm banking on a deep comparison mismatch when the hash gets recreated.
Only creating one hash works around it.

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #178 from sparkapi/yaml_fix

Adding ruby 3.1 support

v1.5.6

Toggle v1.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
HighLine namespace fix (#177)

* Use HighLine in a way that does not pollute the global namespace

* version bump

v1.5.5

Toggle v1.5.5's commit message
AUTH-161 added additional logging on none 200 response for debugging …

…purposes

v1.5.4

Toggle v1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
API-7806: fix a problem with fetching counts with the http_method_ove…

…rride: true option supplied. (#175)

* API-7806: fix bug with http_method_override requests that request pagination

* API-7806: version bump

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
API-7677: preliminary support for X-HTTP-Method-Override via a http_m…

…ethod_override: true option (#174)

* API-7677: preliminary support for X-HTTP-Method-Override via a http_method_override: true option

* API-7677: add support for ApiAuth, fix typos

* API-7677: bump version, changelog