jeffweiss / forcex

Elixir library for the Force.com / Salesforce / SFDC REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nilvon9wo opened this issue · comments

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 #54 .