Tables

tables

Methods

Table Create -> { digest, row_digests }
post/table/create

Table Create

Security
HTTP Basic

Example: Authorization: Basic My Username:My Password

Response fields
digest: string
row_digests: Array<string>
Optional

The digests of the rows that were created

Request example
200Example
Table Query -> { rows }
post/table/query

Table Query

Table Query Stats -> { count }
post/table/query_stats

Table Query Stats

Table Update -> { digest, updated_row_digests }
post/table/update

Table Update