We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66882bc commit f7ddc15Copy full SHA for f7ddc15
README.md
@@ -1,24 +1,26 @@
1
-#API Execute Code
+# API Execute Code
2
3
-API to execute code and return whether code result in error ou success.
4
5
-**request**
+
+> API to execute code and return whether code result in error ou success.
6
7
+**Request**
8
9
- Method: POST.
10
- Params: code, lang.
11
12
-**return:**
13
+**Return:**
14
15
```json
16
- {"status": "error"};
17
+{"status": "error"};
18
19
```
20
21
22
- {"status": "noerror"}
23
+{"status": "noerror"}
24
25
26
0 commit comments