0b46ee28a4b9520c8dc4130554d9a8253a9fe205
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`
License
Licensed under MIT license.Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, shall be licensed as above, without any additional terms or conditions.
Languages
TypeScript
45.2%
Go
33.6%
Rust
20.3%
SCSS
0.4%
Makefile
0.2%
Other
0.2%