-
-
Notifications
You must be signed in to change notification settings - Fork 402
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Allowing users of the gem to specify hooks to be called before, after and around each API call made by the gem can be useful in some situations.
For example:
- Enforcing test modes in applications by preventing destructive API calls (non GET API calls) during test runs
- Retrying transient API failures
- Uniform handling of API failures (error logging is an example)
How do you feel about adding hooks to this gem?
NARKOZ
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request