Sha256: 9803577a167eab42f5d99c4bc84b0a99fc540311d624c763e4ca707ee150aa4f

Contents?: true

Size: 362 Bytes

Versions: 6

Compression:

Stored size: 362 Bytes

Contents

# Messages protocol

```json
{
  "project_id": "pid",
  "data": {
    "event": "update",
    "model": "User",
    "version": 1.23,
    "attributes": [
      {
        "id": "1",
        "name": "user1",
        "email": "user1@example.com"
      },
      {
        "id": "2",
        "name": "user2",
        "email": "user2@example.com"
      }
    ]
  }
}
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
table_sync-6.0.4 docs/message_protocol.md
table_sync-6.0.3 docs/message_protocol.md
table_sync-6.0.2 docs/message_protocol.md
table_sync-6.0 docs/message_protocol.md
table_sync-5.1.0 docs/message_protocol.md
table_sync-5.0.0 docs/message_protocol.md