forcex
forcex copied to clipboard
HTTPoison.Base was implemented as "defp" but should have been "def" (in module Forcex.Api.Http)
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)
This is fixed in https://github.com/jeffweiss/forcex/pull/54 .