Skip to content

Commit 96d5f55

Browse files
fixup! Should I use the REST API directly?
1 parent 03d3186 commit 96d5f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/basics/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The realtime interface is implemented using an Ably-defined protocol, primarily
7676

7777
### REST HTTP API <a id="rest-api"/>
7878

79-
Interacting with the [REST HTTP API](/docs/api/rest-api) directly is fully supported. However, Ably recommends using the REST interface of an SDK where possible, as they provide additional features that improve performance and resilience that the REST HTTP API can't deliver on its own. This includes automatic re-routing around network problems by using alternative data centers.
79+
Interacting with the [REST HTTP API](/docs/api/rest-api) directly is fully supported. However, Ably recommends using the REST interface of an SDK where possible, as they provide additional features that improve performance and resilience that the REST HTTP API can't deliver on its own.
8080

8181
## Supported protocols <a id="protocol-adapters"/>
8282

0 commit comments

Comments
 (0)