spark_api icon indicating copy to clipboard operation
spark_api copied to clipboard

Faraday dependency minimum should be 1.0

Open matt-eaton opened this issue 11 months ago • 0 comments

Not sure what is involved in setting a minimum dependency for Faraday. I think this line here: https://github.com/sparkapi/spark_api/blob/0c8b5df40c5c12dca4c311ba38f01a8e7afd9cf1/lib/spark_api/faraday_middleware.rb#L33

Will require Faraday 1.0.

This looks like the PR into the 1.0 release that adds the functionality to support "request_body".

https://github.com/sparkapi/spark_api/blob/0c8b5df40c5c12dca4c311ba38f01a8e7afd9cf1/lib/spark_api/faraday_middleware.rb#L33

matt-eaton avatar Feb 21 '25 19:02 matt-eaton