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: app/en/references/api/page.mdx
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,16 @@ title: "Arcade API Reference"
3
3
description: "Learn about the Arcade API. It's swagger time!"
4
4
---
5
5
6
-
importSwaggerUIfrom"swagger-ui-react"
7
-
import"swagger-ui-react/swagger-ui.css"
8
-
import"./swaggerHacks.css"
6
+
importSwaggerUIfrom"swagger-ui-react";
7
+
import"swagger-ui-react/swagger-ui.css";
8
+
import"./swaggerHacks.css";
9
9
10
10
# Arcade API Reference
11
11
12
12
The base URL for all API requests is `https://api.arcade.dev`.
13
13
14
14
The use of this API is subject to our [Terms of Service](https://arcade.dev/terms-of-service), and you are required to have an account in good standing.
0 commit comments