Method: Webhookdb::Replicator::Base#_fetch_enrichment
- Defined in:
- lib/webhookdb/replicator/base.rb
#_fetch_enrichment(resource, event, request) ⇒ *
Given the resource that is going to be inserted and an optional event, make an API call to enrich it with further data if needed. The result of this is passed to _prepare_for_insert.
755 756 757 |
# File 'lib/webhookdb/replicator/base.rb', line 755 def _fetch_enrichment(resource, event, request) return nil end |