Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPoison.Base was implemented as "defp" but should have been "def" (in module Forcex.Api.Http) #43

Open
nilvon9wo opened this issue Jul 14, 2019 · 1 comment

Comments

@nilvon9wo
Copy link

I just compiled my project to include forcex and got the following warning:

warning: function process_response/1 required by behaviour HTTPoison.Base was implemented as "defp" but should have been "def" (in module Forcex.Api.Http)
lib/forcex/api/http.ex:1: Forcex.Api.Http (module)

@fastjames
Copy link

This is fixed in #54 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants