-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Why feature request?
We don't want to force users of python-api-consumers to stick to requests library. But we want to include a ready to use implementation because requests is the defacto library for consuming HTTP endpoints.
What is needed to do?
- Mark
requestsas an optional dependency (extras) - Maybe raise a custom exception if someone tries to import something from
src/api_consumer/requests.pyand doesn't haverequestsinstalled.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers