329eb1663c5df3d6d3eb95a1c9d8dc8bb75d123e
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
TypeScript
43.3%
Go
35.9%
Rust
19.9%
SCSS
0.5%
Makefile
0.2%
Other
0.1%