interface SynchronizationClientInterface

Methods

getSynchronizationManager()

Get an instance of the synchronization manager.

array
syncRequest(array $queryData)

Internal method for the sync manager.

Details

at line 26
Manager getSynchronizationManager()

Get an instance of the synchronization manager.

Note that with the Preview API only an initial sync gives valid results.

Return Value

Manager

See also

https://www.contentful.com/developers/docs/concepts/sync/ Sync API

at line 35
array syncRequest(array $queryData)

Internal method for the sync manager.

Parameters

array $queryData

Return Value

array