blob: 8532ecb6400ed6bdcbb605a300b183c90a8db55f [file] [log] [blame] [view]
# apidApigeeSync
This core plugin for [apid](http://github.com/30x/apid) connects to the Apigee Change Agent and publishes the data
changes events onto the apid Event service.
### Configuration
#### apigeesync_poll_interval
int. seconds. default: 5
#### apigeesync_organization
string. name. required.
#### apigeesync_proxy_server_base
string. url. required.
#### apigeesync_consumer_key
string. required.
#### apigeesync_consumer_secret
string. required.
### Event
Selector:
apidApigeeSync.ApigeeSyncEventSelector
Data:
See: [payload.go](payload.go)