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: content/docs/api/overview.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,14 @@
2
2
title: Overview
3
3
---
4
4
5
-
<TutorialBlockurl="/docs/tutorials/api-issue"title="Deploy Schema Migration with Bytebase API" />
5
+
Bytebase provides [gRPC](https://github.com/bytebase/bytebase/tree/main/proto/gen/grpc-doc/v1) and [RESTful HTTP API](https://api.bytebase.com).
6
6
7
7
You can manipulate every aspect of Bytebase via API. In fact, the Bytebase UI console is built on the
8
-
same API. You can use Bytebase as a headless database deployment backend and integrate it with your own
8
+
same API. You can use Bytebase as a headless database workflow backend and integrate it with your own
9
9
internal developer platform.
10
10
11
-
Bytebase API is gRPC-based ([spec](https://github.com/bytebase/bytebase/tree/main/proto/gen/grpc-doc/v1)).
11
+
-[SQL lint](/docs/api/sql-review/)
12
12
13
-
Bytebase also provides [RESTful HTTP API](https://api.bytebase.com). Internally, it uses [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway) to transcode HTTP API to gRPC.
0 commit comments