googleapis/elixir-google-api

Recommend configuration of Tesla adapter in README

wodow opened this issue · 0 comments

wodow commented

Tesla recommends adapter configuration in its README to, at a minimum, avoid use of the default httpc which is not fit for production use.

elixir-google-api uses Tesla but does not link to this suggestion from its own README (which does not mention Tesla at all), running the risk that developers using the library that are unfamiliar with Tesla will ship something not safe for prod.