-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: update header names and query params.
- Loading branch information
Showing
11 changed files
with
103 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
export const SHAPE_HANDLE_HEADER = `electric-shape-handle` | ||
export const LIVE_CACHE_BUSTER_HEADER = `electric-next-cursor` | ||
export const LIVE_CACHE_BUSTER_QUERY_PARAM = `cursor` | ||
export const CHUNK_LAST_OFFSET_HEADER = `electric-chunk-last-offset` | ||
export const CHUNK_UP_TO_DATE_HEADER = `electric-chunk-up-to-date` | ||
export const LIVE_CACHE_BUSTER_HEADER = `electric-cursor` | ||
export const SHAPE_HANDLE_HEADER = `electric-handle` | ||
export const CHUNK_LAST_OFFSET_HEADER = `electric-offset` | ||
export const SHAPE_SCHEMA_HEADER = `electric-schema` | ||
export const SHAPE_HANDLE_QUERY_PARAM = `shape_handle` | ||
export const OFFSET_QUERY_PARAM = `offset` | ||
export const WHERE_QUERY_PARAM = `where` | ||
export const CHUNK_UP_TO_DATE_HEADER = `electric-up-to-date` | ||
|
||
export const COLUMNS_QUERY_PARAM = `columns` | ||
export const LIVE_CACHE_BUSTER_QUERY_PARAM = `cursor` | ||
export const SHAPE_HANDLE_QUERY_PARAM = `handle` | ||
export const LIVE_QUERY_PARAM = `live` | ||
export const OFFSET_QUERY_PARAM = `offset` | ||
export const WHERE_QUERY_PARAM = `where` | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.