Open dazza-codes opened 6 years ago
That specific error is because the Sawyer::Agent
has no Faraday::Connection
in @conn
. I haven't done anything to make sure Ruby can problem marshal and unmarshal Sawyer objects.
Have you considered using a custom Faraday middleware like VCR to cache requests?
Finding it difficult to restore functionality after serializing/deserialzing a Sawyer::Resource.
For example, starting with the github Octokit gem