forked from Roflin/gamenight
		
	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 | Get a all gamenights | 
| DefaultApi | get_token | GET /token | |
| DefaultApi | join_post | POST /join | |
| DefaultApi | participants_get | GET /participants | Get all participants for a gamenight | 
| DefaultApi | post_gamenight | POST /gamenight | |
| DefaultApi | post_register | POST /user | |
| DefaultApi | user_get | GET /user | 
Documentation For Models
- AddGamenightRequestBody
 - Failure
 - Gamenight
 - GamenightId
 - GetGamenightRequestBody
 - Login
 - Participants
 - Registration
 - Token
 - User
 - UserId
 
To get access to the crate's generated documentation, use:
cargo doc --open