This website requires JavaScript.
Explore
PVV
Wiki
Tokyo Drift Issues
Help
Sign In
Projects
/
greg-ng
Watch
7
Star
0
Fork
0
You've already forked greg-ng
Code
Issues
24
Pull Requests
Actions
Releases
Activity
b0b77b4981
greg-ng
/
src
/
api.rs
5 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
extract API logic into generic functions, and wrap REST API around
2024-04-15 23:24:47 +02:00
mod
base
;
mod
rest_wrapper_v1
;
Initial commit
2024-04-14 00:55:00 +02:00
Add openapi docs
2024-10-30 01:29:09 +01:00
pub
use
rest_wrapper_v1
::
{
rest_api_routes
,
rest_api_docs
}
;
Reference in New Issue
Copy Permalink