Skip to content

Commit 169a14a

Browse files
author
DJP
committed
Add pricing information
1 parent dcb51d3 commit 169a14a

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed
Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
---
2-
title: Glide API v2
2+
title: Glide API v2.0
33
sidebarTitle: Introduction
44
---
55

6-
The Glide APIv2 is a RESTful API that allows you to programmatically interact with the Glide platform. These are the developer docs for version 2 of the API, initially released in July of 2024.
6+
The Glide API v2.0 is a RESTful API that allows you to programmatically interact with data on the Glide platform. These are the developer docs for version 2.0 of the API, initially released in July of 2024.
77

8-
<Warning>This API is currently in a public beta state. Feedback is welcome. However, please be aware that **breaking changes are expected**!</Warning>
8+
<Warning>This API is currently in Public Beta. **Breaking changes are expected**!</Warning>
99

1010
## Functionality
11-
12-
This version of the Glide API **only accesses Big Table data sources**. An attempt to use this API with any other data source will return an error.
11+
This version of the Glide API **only works with the Glide Big Tables data source**. An attempt to use this API with any other data source will return an error.
1312

1413
## Location
14+
The Glide API v2.0 is located at: `https://api.glideapps.com/`.
1515

16-
The Glide API v2 is located at: `https://api.glideapps.com/`.
16+
## Pricing
17+
- Adding, updating, or deleting rows will use 0.01 updates per row changed
18+
- Getting rows will use 0.001 updates per row retrieved
1719

18-
## Previous Versions
20+
If you use a stash, updates will be charged only when you commit your stash. Deleting a stash will not use updates.
1921

20-
This Glide API v2 differs from previous versions in that it:
22+
All other calls will not use updates, such as creating tables, listing tables, or getting row versions.
2123

22-
- Is the most performant way to programatically interact with Big Tables
23-
- Is capable of ingesting much larger data sets through the use of [stashing](/api-reference/v2/stashing/introduction)
24-
- Does not require application scoping (i.e., no `appId` is required)
25-
- Only operates on Big Tables data sources
24+
## Previous Versions
25+
This Glide API v2.0 differs from Glide API v1.0 in the following ways:
26+
- Only operates on Glide Big Tables data source
27+
- Uses fewer updates for reading, adding, editing, and deleting data
28+
- Capable of ingesting large data sets through the use of [stashing](/api-reference/v2/stashing/introduction)
29+
- Does not require scoping by Glide app (i.e., `App ID` is not required)

0 commit comments

Comments
 (0)