All URIs are relative to http://localhost:7878
| Method | HTTP request | Description |
|---|---|---|
| create_login | POST /login | |
| get_logout | GET /logout |
create_login(return_url, username, password, remember_me)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| return_url | Option<String> | |||
| username | Option<String> | |||
| password | Option<String> | |||
| remember_me | Option<String> |
(empty response body)
- Content-Type: multipart/form-data
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
get_logout()
This endpoint does not need any parameter.
(empty response body)
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]