Consolidation Feed

Uberblic implements a consolidate-later approach, where de-duplication and consolidation of resources happens continuously at run-time. Merges and un-merges of resources cause resource identifiers to chance. This feed API enables developers to subscribe to consolidation events and identifier changes so that depend systems can be kept consistent and up-to-date with uberblic.org.

http://platform.uberblic.org/api/v1/consolidation_feed?start_id=10&end_id=15&unified_diff=false

<consolidation_events start_id="0" page_size="20" unified_diff="false">
	<consolidation_event id="1" type="merge" user_uri="http://uberblic.org/user/doppelganger" timestamp="2010-05-31T13:17:00Z">
		<global_uri_change local_uri="http://uberblic.org/resource/8471de78-d30a-4a0b-b60a-3e657a7db95c#thing" old_global_uri="http://uberblic.org/resource/8471de78-d30a-4a0b-b60a-3e657a7db95c#thing" new_global_uri="http://uberblic.org/resource/b9fcb314-6b7f-4a0e-b1de-761364ddc9f5#thing" />
	</consolidation_event>
</consolidation_events>

Write a comment