# `Cinder.Table.UrlSync`
[🔗](https://github.com/sevenseacat/cinder/blob/v0.12.1/lib/cinder/table/url_sync.ex#L1)

URL synchronization helper for collection components.

**DEPRECATED**: This module has been moved to `Cinder.UrlSync`.
Please update your code to use `Cinder.UrlSync` instead.

## Migration

    # OLD
    use Cinder.Table.UrlSync
    Cinder.Table.UrlSync.handle_params(params, uri, socket)

    # NEW
    use Cinder.UrlSync
    Cinder.UrlSync.handle_params(params, uri, socket)

This module will be removed in version 1.0.

# `build_url`

> This function is deprecated. Use Cinder.UrlSync.build_url/3 instead.

# `extract_table_state`

> This function is deprecated. Use Cinder.UrlSync.extract_collection_state/1 instead.

# `extract_url_state`

> This function is deprecated. Use Cinder.UrlSync.extract_url_state/1 instead.

# `get_url_state`

> This function is deprecated. Use Cinder.UrlSync.get_url_state/1 instead.

# `handle_params`

> This function is deprecated. Use Cinder.UrlSync.handle_params/3 instead.

# `update_url`

> This function is deprecated. Use Cinder.UrlSync.update_url/3 instead.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
