|
1 | 1 | ---
|
2 |
| -title: Glide API v2 |
| 2 | +title: Glide API v2.0 |
3 | 3 | sidebarTitle: Introduction
|
4 | 4 | ---
|
5 | 5 |
|
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. |
7 | 7 |
|
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> |
9 | 9 |
|
10 | 10 | ## 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. |
13 | 12 |
|
14 | 13 | ## Location
|
| 14 | +The Glide API v2.0 is located at: `https://api.glideapps.com/`. |
15 | 15 |
|
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 |
17 | 19 |
|
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. |
19 | 21 |
|
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. |
21 | 23 |
|
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