You can interact with WASM OJ Wonderland through this API
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
org.openapitools.codegen.languages.RustClientCodegen
Put the package under your project folder in a directory named woj
and add the following to Cargo.toml
under [dependencies]
:
woj = { path = "./woj" }
All URIs are relative to https://woj.csie.cool
Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- DefaultApi | apiauthget | GET /api/auth | DefaultApi | apiauthsendpost | POST /api/auth/send | *DefaultApi* | apimeget | GET /api/me | *DefaultApi* | apiproblemget | GET /api/problem | *DefaultApi* | apiproblemidget | GET /api/problem/{id} | DefaultApi | apisubmissionget | GET /api/submission | DefaultApi | apisubmissionidget | GET /api/submission/{id} | *DefaultApi* | apisubmissionpost | POST /api/submission | *DefaultApi* | apisys_get | GET /api/sys |
To get access to the crate's generated documentation, use:
cargo doc --open