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.
Tesla recommends adapter configuration in its README to, at a minimum, avoid use of the default
httpcwhich is not fit for production use.elixir-google-apiuses 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.