Base URL: https://foobar.withgoogle.com/api/v1
Supports HTTP/3. Server name is "Google Frontend." You will need a sessionid
and SACSID
cookie.
All POST requests use form data.
- path: VFS path, including trailing slash, of file to submit
- content: content of the file, with CRLF line endings encoded as
\r\n
, and spaces encoded as+
204 No Content
- path: VFS path, including trailing slash, of file to submit
{
// Unescaped HTML feedback printed on terminal
output: string
// Score of tests (0-100?)
score: number
}
- path: VFS path, including trailing slash, of file to submit
{
files: {
// base name of file (with extension)
name: string
// path to file, including filename
path: string
type: "file"
editable: boolean
// parent directory
parent: string
// unescaped HTML content of file
content: string
// MIME type of content
content_type: string
}[]
output: string
score: number
}