File size: 378 Bytes
def1299
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Get a Language [GET]
+ Parameters
    + id (required, integer, `1`) ... Language ID.

+ Response 200 (application/json)
    + Body
        {
            "id": 1,
            "name": "Bash (4.4)",
            "is_archived": true,
            "source_file": "script.sh",
            "compile_cmd": null,
            "run_cmd": "/usr/local/bash-4.4/bin/bash script.sh"
        }