Skip to content

Commit f7ddc15

Browse files
committed
update README file
1 parent 66882bc commit f7ddc15

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
1-
#API Execute Code
1+
# API Execute Code
22

3-
API to execute code and return whether code result in error ou success.
43

5-
**request**
4+
5+
> API to execute code and return whether code result in error ou success.
6+
7+
**Request**
68

79
- Method: POST.
810
- Params: code, lang.
911

1012

11-
**return:**
13+
**Return:**
1214

1315
```json
1416

15-
{"status": "error"};
17+
{"status": "error"};
1618

1719
```
1820

1921
```json
2022

21-
{"status": "noerror"}
23+
{"status": "noerror"}
2224

2325
```
2426

0 commit comments

Comments
 (0)