Rust API client for gamenight-api-client-rs
Api specifaction for a Gamenight server
For more information, please visit https://brentj.es
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.
- API version: 1.0
- Package version: 0.1.0
- Generator version: 7.13.0
- Build package:
org.openapitools.codegen.languages.RustClientCodegen
Installation
Put the package under your project folder in a directory named gamenight-api-client-rs
and add the following to Cargo.toml
under [dependencies]
:
gamenight-api-client-rs = { path = "./gamenight-api-client-rs" }
Documentation for API Endpoints
All URIs are relative to http://localhost:8080
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | get_gamenight | GET /gamenight | |
DefaultApi | get_gamenights | GET /gamenights | Your GET endpoint |
DefaultApi | get_token | GET /token | |
DefaultApi | post_gamenight | POST /gamenight | |
DefaultApi | post_register | POST /user |
Documentation For Models
- AddGamenightRequestBody
- Failure
- Gamenight
- GetGamenightRequest
- GetToken401Response
- Login
- Registration
- Token
To get access to the crate's generated documentation, use:
cargo doc --open