You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/api/rpc.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Mathesar has an API available at `/api/rpc/v0/` which follows the [JSON-RPC](htt
6
6
7
7
### Status
8
8
9
-
We are currently in the process of [transitioning](https://wiki.mathesar.org/projects/2024/architecture-transition/rpc/) our API architecture from a [RESTful](../rest.md) API to this RPC-style API, and we hope to have all functionality available through the RPC API by Mathesar's beta release.
9
+
We are currently in the process of [transitioning](https://wiki.mathesar.org/projects/2024/architecture-transition/rpc/) our API architecture from a [RESTful](rest.md) API to this RPC-style API, and we hope to have all functionality available through the RPC API by Mathesar's beta release.
10
10
11
11
!!! caution "Stability"
12
12
The RPC API is not yet stable and may change in the future, even after we've completed the transition to the RPC API architecture. If you build logic that depends on this API, be mindful that it may change in the future without warning or notice.
0 commit comments