-
Notifications
You must be signed in to change notification settings - Fork 463
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
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.
Doerge
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.