2dcae799dac5c34bfff07192b17240bd24cd2f18
STRAFES.NET API
How to Begin Development
-
Run
go generateto ensure the generated API is up-to-date. This project uses ogen.go generate -run "go run github.com/ogen-go/ogen/cmd/ogen@latest --target api --clean openapi.yaml" -
Build the project.
go build git.itzana.me/strafesnet/maps-serviceBy default, the project opens at
localhost:8080.
How to generate rust api from this directory
openapi-generator-cli generate -g rust -i openapi.yaml -o validation/api`
Languages
Go
40.1%
TypeScript
36.7%
Rust
22.2%
SCSS
0.6%
Makefile
0.2%
Other
0.1%