Rust API client for woj

You can interact with WASM OJ Wonderland through this API

Overview

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.

Installation

Put the package under your project folder in a directory named woj and add the following to Cargo.toml under [dependencies]:

woj = { path = "./woj" }

Documentation for API Endpoints

All URIs are relative to https://woj.csie.cool

Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- AuthApi | apiauthget | GET /api/auth | AuthApi | apiauthsendpost | POST /api/auth/send | *DefaultApi* | apimeget | GET /api/me | *DefaultApi* | apisysget | GET /api/sys | *ProblemApi* | apiproblemget | GET /api/problem | *ProblemApi* | apiproblemidget | GET /api/problem/{id} | SubmissionApi | apisubmissionget | GET /api/submission | SubmissionApi | apisubmissionidget | GET /api/submission/{id} | *SubmissionApi* | apisubmission_post | POST /api/submission |

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

jacob@csie.cool